Greg Osuri's dotfiles
on ubuntu/debian:
$ sudo apt-get install git
git comes packages on OSX, if not you can install with homebrew:
$ brew install git
on ubuntu/debian:
$ sudo apt-get install zsh
zsh comes packaged on OSX, if not you can install with homebrew:
$ brew install zsh
Change the shell to zsh:
$ chsh -s /bin/zsh
$ git clone git://github.com/gosuri/dotfiles.git ~/.dotfiles && ~/.dotfiles/install.sh