Sublime Text 2 Settings
Installation for Sublime Text 2 on OSX:
cd ~/Library/Application\ Support/Sublime\ Text\ 2
git init
git remote add origin git://github.com/brainafk/sublime-settings.git
git pull origin master
Quit and restart Sublime Text 2.
Instead of doing the above, you'll probably want to fork the repository and use your fork instead of mine. That'll allow you to push your changes back.