What's the easiest way to keep my Sublime configuration synchronized between machines? I've found that I sometimes have some plugins on one machine, and not another. It would be nice to be able to pull some file/files from GIT or something to keep configuration synced.
I recommend this approach to sync config files over Dropbox to get exactly the same editing environment from Win, Mac, and Linux: 1) move the /User folder under "Sublime Text 2/Packages" over to Dropbox/ST2/User 2) in Win goto CMD and from the %APPDATA%\Sublime Text 2\Packages folder enter: mklink /D "User" "path to\My Dropbox\ST2\User" 3) in Mac OSX/Linux goto the Packages folder (you can find the location under >Pr…
Thanks for this. Going to give it a try. Also appreciate that you've got some solution working across multiple OSes.