Created
January 17, 2013 05:33
-
-
Save greggb/4553916 to your computer and use it in GitHub Desktop.
symlink Sublime text 2 preferences
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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