I use thoughtbot/dotfiles and
jasonelston/dotfiles together using the *.local
convention.
Set zsh as my login shell.
chsh -s /bin/zsh
Install rcm.
brew tap thoughtbot/formulae
brew install rcm
Clone onto my laptop:
git clone https://github.com/jasonelston/dotfiles.git ~/dotfiles-local
git clone https://github.com/thoughtbot/dotfiles.git ~/dotfiles
Install:
env RCRC=$HOME/dotfiles-local/rcrc rcup
This will create symlinks for config files in my home directory.
I can safely run rcup
multiple times to update.