- Install oh-my-zsh
- Remove the default
~/.zshrc
(The default.zshrc
is included in the dotfiles)
Clone the repo and set it up to manage dotfiles:
git clone --bare git@github.com:Benjman/dots.git $XDG_DATA_HOME/repos/dots
alias dotfiles="git --git-dir=$XDG_DATA_HOME/repos/dots --work-tree=$HOME"
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no
source ~/.zshrc