Set zsh as your login shell:
chsh -s $(which zsh)
Clone onto your laptop:
git clone git@github.com:danielnolan/dotfiles.git ~/dotfiles
Install rcm:
brew install rcm
Install the dotfiles:
env RCRC=$HOME/dotfiles/rcrc rcup
Set zsh as your login shell:
chsh -s $(which zsh)
Clone onto your laptop:
git clone git@github.com:danielnolan/dotfiles.git ~/dotfiles
Install rcm:
brew install rcm
Install the dotfiles:
env RCRC=$HOME/dotfiles/rcrc rcup