Manage your Sublime Text 2 settings/packages via git. This makes it easy to work on multiple machines and keep environment parity. :)
- fork this repo
- curl https://raw.github.com/[your-github-username]/dev-env/master/install.sh | sh -s [your-github-username]
This script will
- Create a Custom folder in ~/Library/Application Support/Sublime Text 2/Packages
- Delete ~/Library/Application Support/Sublime Text 2/Packages/User/Preferences.sublime-settings
- Symlink Preferences.sublime-settings from the Custom folder to the location from step 2.