These are my personal SublimeText2 settings w/ snippets and stuff. Feel free to use if you like, but don't blame for any breakage.
- Go to your
Package
directory, by selectingPreferences > Browse packages ...
- Close SublimeText2
- Move the
User
directory to somewhere else to have a backup. - Go to the
Package
directory on commandline and do
$ git clone git@github.com:kiesel/sublime-customizations.git User
Cloning into 'User'...
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 11 (delta 4), reused 10 (delta 3)
Receiving objects: 100% (11/11), done.
Resolving deltas: 100% (4/4), done.
That's it.