My Linux dotfiles
Read the overview on the Wiki
- Setup ssh key to be able to also push changes
- Run
git clone --bare https://github.com/VitoMinheere/dotfiles $HOME/.dotfiles
- Add the alias
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
config checkout