Go to file
2022-08-07 14:05:29 -04:00
kde/.local/share/color-schemes Create Discord Dark Titlebar.colors 2022-08-07 14:05:29 -04:00
vim Create .vimrc 2022-07-11 11:33:57 -04:00
zsh zsh: alias code='code -r' 2022-07-19 18:44:34 -04:00
README.md Update README.md 2022-07-11 11:34:44 -04:00

dotfiles

too many dotfiles

Install

Personally I like to keep all my repos in ~/src/github.com/<user>/<repo>, but it's also handy to have my dotfiles directory at ~/.dotfiles, so I start by doing:

mkdir -p ~/src/github.com/eritbh
git clone https://github.com/eritbh/dotfiles.git src/github.com/eritbh/dotfiles
ln -s ~/src/githhub.com/eritbh/dotfiles ~/.dotfiles

Then, you can install other stuff:

zsh

ln -s ~/.dotfiles/zsh/.zshrc ~/.zshrc

vim

ln -s ~/.dotfiles/vim/.vimrc ~/.vimrc