/dev-env

Sublime Text 2 portability with git

Primary LanguageShell

Sublime Text 2 Development Environment

Manage your Sublime Text 2 settings/packages via git. This makes it easy to work on multiple machines and keep environment parity. :)

Installing

  1. fork this repo
  2. curl https://raw.github.com/[your-github-username]/dev-env/master/install.sh | sh -s [your-github-username]

This script will

  1. Create a Custom folder in ~/Library/Application Support/Sublime Text 2/Packages
  2. Delete ~/Library/Application Support/Sublime Text 2/Packages/User/Preferences.sublime-settings
  3. Symlink Preferences.sublime-settings from the Custom folder to the location from step 2.