Skip to content

revarcline/dotfiles

Repository files navigation

dotfiles

configured with dotbot

installs tmux plugin manager and zprezto

recommended font for kitty, rofi, and regolith setings is jetbrains mono nerdfont

quick reminder on nerdfonts install

some packages/programs you may want to install

  • nvm
  • direnv
  • rbenv
  • rofi
  • rofimoji
  • greenclip (see below)
  • fasd
  • dunst
  • fzf
  • tmux
  • neovim
  • ranger
  • figlet (for clock)
  • thefuck

can easily commit changes with commdots 'message' and updots to sync with repo (aliased in .zshrc)

greenclip ppa

curl -s --compressed "https://glyphpoch.github.io/ppa/KEY.gpg" > KEY.gpg
gpg --no-default-keyring --keyring ./temp-keyring.gpg --import KEY.gpg
gpg --no-default-keyring --keyring ./temp-keyring.gpg --export --output greenclip-ppa.gpg
rm temp-keyring.gpg
rm KEY.gpg
sudo mkdir /usr/local/share/keyrings
sudo cp greenclip-ppa.gpg /usr/local/share/keyrings/
sudo curl -s --compressed -o /etc/apt/sources.list.d/glyphpoch_ppa.list "https://glyphpoch.github.io/ppa/glyphpoch_ppa.list"
sudo echo "deb [signed-by=/usr/local/share/keyrings/glyphoch-ppa.gpg] https://glyphpoch.github.io/ppa ./" >> /etc/apt/sources.list.d/glyphoch_ppa.list
sudo apt update && sudo apt install greenclip

rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

install jetbrains mono nerdfont

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/install_manual.sh)"

to add kitty terminfo to new ssh machine

cd /tmp
wget https://raw.githubusercontent.com/revarcline/dotfiles/main/kittyinfo
tic -x -o ~/.terminfo kittyinfo
cd -

as root for whole system

cd /tmp
wget https://raw.githubusercontent.com/revarcline/dotfiles/main/kittyinfo
sudo tic -x -o /usr/share/terminfo kittyinfo
cd -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published