Just my configuration files for Git, Ruby, ZSH, Vim etc.
# in your jgp/dotfiles clone git remote add botanicus git@github.com:botanicus/dotfiles.git git fetch git rebase botanicus/master
# in your jgp/dotfiles clone rake backup # backup all your original dotfiles from your home rake setup # create config.yml vim config.yml # comment out what you aren't interested in rake install # install subprojects specified in the config.yml
chsh -s $(which zsh) # first ensure you actually have ZSH installed!
cd zsh rake install