I use thoughtbot/dotfiles and
jamesiain/dotfiles-local 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 git://github.com/jamesiain/dotfiles-local.git
Install:
rcup
This will create symlinks for the config files in my home directory.
The .rcrc file in thoughtbot/dotfiles includes $(HOME)/dotfiles-local in its search path.
I can safely run rcup
multiple times to update.