I would like to sync Sublime Text 3\'s Settings across multiple machines using Dropbox.
How should I set this up?
IMPORTANT: My answer is not correct. Tomek's answer is better
Before you start, close Sublime Text 3
Create a folder in Dropbox called Sublime Text 3
Move the following two folders to this folder.
~/Library/Application\ Support/Sublime\ Text\ 3/Packages
~/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages
Create symlinks from their original location to their new locations in Dropbox:
$ ln -s ~/Dropbox/App\ Settings/Sublime\ Text\ 3/Installed Packages ~/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages
$ ln -s ~/Dropbox/App\ Settings/Sublime\ Text\ 3/Packages ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
Open Sublime Text 3