Skip to content

Instantly share code, notes, and snippets.

@greggb
Created January 17, 2013 05:33
Show Gist options
  • Select an option

  • Save greggb/4553916 to your computer and use it in GitHub Desktop.

Select an option

Save greggb/4553916 to your computer and use it in GitHub Desktop.
symlink Sublime text 2 preferences
OSX:
# move the original to dropbox
mv “~/Library/Application Support/Sublime Text 2″ “~/Dropbox/Sublime Text 2″
# symlink it back to make it work.
ln -s “~/Library/Application Support/Sublime Text 2″ “~/Dropbox/Sublime Text 2″
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment