Sharing my dotfiles is inspired by thoughtbot and jcaffey
Take what you like and keep learning!
Clone onto your computer:
git clone git://github.com/skwongr/dotfiles.git ~/dotfiles
if filereadable($HOME . "/dotfiles/vimrc")
source ~/dotfiles/vimrc
endif
[[ -f ~/dotfiles/zshrc ]] && source ~/dotfiles/zshrc
source ~/dotfiles/tmux.conf