The dotfiles we use when pairing.
Uses the homesick format.
Using the stock OSX version of git will likely cause problems. You probably want to brew install git and ensure that /usr/local/bin precedes /usr/bin in your $PATH. You may also want to brew install vim.
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
gem install homesick
homesick clone benjaminoakes/homesick-vi-everywhere
homesick clone ContinuityControl/dotfiles
homesick symlink homesick-vi-everywhere
homesick symlink dotfiles
If you're going to use hitch install it by running bundle in the dotfiles directory
cd ~/.homesick/repos/dotfiles/home
bundle
homesick pull homesick-vi-everywhere
homesick pull dotfiles
homesick symlink homesick-vi-everywhere
homesick symlink dotfiles
cd ~/.homesick/repos/dotfiles
bundle