Sublime Text 3 Sync User Settings with Dropbox?

Hey Everyone,

Does anyone here have experience syncing Sublime Text 3 settings between different computers (mac and win) using Dropbox? I’ve found some info involving creating symlinks, but haven’t had any luck. I want to sync key bindings, snippets, macros, and custom package settings.

Thanks

You can do a portable install and sync the entire app and everything. I guess you could single out the settings files, the plugins files, and all that, but I’m not sure how well it’ll work. I actually started to learn Vim and started working off a shared VM for a similar reason.


This looks like a pretty good guide actually:

http://adamdehaven.com/blog/2015/07/how-to-sync-sublime-text-packages-and-settings-across-multiple-computers-with-dropbox/

Have you tried that? I’d be interested in how well it works out.

2 Likes

Thanks! It didn’t work right off the bat, so I had to make some changes. This article tells you to make your symbolic like like this in Windows Powershell:

cmd /c mklink /D User "$env:userprofileDropboxSyncSublime TextUser"

But it’s missing the BACK slashes and I had to drop the quotes. This ended up working for me:

cmd /c mklink /D User d:\Dropbox\Backup\Sublime\User

Also, so far I’ve only done this on my Windows 10 machine.

Thanks!

1 Like

Sounds good. I may try to do it later, but sync to Github.

I remember once I installed Sublime to an early version of a Google Drive directory and it just melted. It caused Google Drive to completely lock up my computer and just ate my network. I did the same thing with Dropbox, and it worked, but it definitely wasn’t a good solution because it could be slow or eat my network… but nothing like Google Drive did.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.