Set zsh as your login shell:
chsh -s $(which zsh)
Clone onto your laptop:
git clone [email protected]: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 [email protected]:danielnolan/dotfiles.git ~/dotfiles
Install rcm:
brew install rcm
Install the dotfiles:
env RCRC=$HOME/dotfiles/rcrc rcup