Sublime Text 3 sync of Settings and Packages
Published:
Might be plugins for this, but here's how to setup a simple sync of settings and packages for Sublime Text 3 via for example a synced folder in Dropbox or OneDrive:
On the Original:
- Move
%appdata%\Sublime Text 3\Packages\User
to a synced folder. - Make symbolic directory link from User to synced folder.
On the Other:
- Replace
%appdata%\Sublime Text 3\Packages\User
with symbolic directory link to the synced folder.
- Source