Your dotfiles are how you personalize your system. These are mine. They are basically forked from Holman' great dotfiles. See the description for detailed infos.
Run this:
git clone git@github.com:velthy/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap
Dont forget to set the standard shell to zsh (brew version).
# put /usr/local/bin/zsh into the shells file, thats the symlinked version of homebrews zsh
$ sudo vim /etc/shells
# change the standard shell
$ chsh -s /usr/local/bin/zsh
Inspired by the dotfiles of: