There's a simple, free, realtime method (doesn't require me to "retrieve" anything, updates all computers instantly). In Linux you can just use some cloud syncing service (Dropbox in this example) and do the following:<p><pre><code> $ cd ~/.config
$ mv sublime-text-3 ~/Dropbox
$ ln -s ~/Dropbox/sublime-text-3
</code></pre>
Then on any other computers you want synced just symlink the same directory. Voila!
Please be aware, using this across platforms can lead to broken packages. Please see <a href="https://sublime.wbond.net/docs/syncing" rel="nofollow">https://sublime.wbond.net/docs/syncing</a> for details.<p>Socketubs - you'll need to include my name in the license file since you are using code from Package Control. <a href="https://github.com/socketubs/Sublimall/blob/master/sublimall/reloader.py" rel="nofollow">https://github.com/socketubs/Sublimall/blob/master/sublimall...</a>.
Your confirmation email was sent to my spam folder.<p>Here's some things you can do to make your email look less like spam:<p>1.) Use Sublimall in the from field (never leave the from field blank).<p>2.) Include a physical address for your company somewhere in the message body.<p>3.) Use better english and include an explanation of what this email is, what triggered it, instructions to ignore the email if the recipient didn't request it.
I've had success syncing my SublimeText config across machines using homesick (<a href="https://github.com/technicalpickles/homesick" rel="nofollow">https://github.com/technicalpickles/homesick</a>), but this looks pretty slick.<p>One issue with syncing configs using either method right now is that certain keyboard shortcuts don't make sense across OS types, and your font size may not work well at different monitor resolutions (especially retina vs non-retina). See <a href="http://www.sublimetext.com/forum/viewtopic.php?f=2&t=5135" rel="nofollow">http://www.sublimetext.com/forum/viewtopic.php?f=2&t=5135</a> for related discussion. If you could incorporate per-OS/machine config overrides into this it would be very handy.
Plugin source code is on Github.<p><a href="https://github.com/socketubs/Sublimall" rel="nofollow">https://github.com/socketubs/Sublimall</a><p>Thank you for testing!
This is great! As far as I can tell by reading the source code, it encrypts everything locally before uploading it, and the server does not have the encryption key. Is this right OP? If it is, I think you should make more emphasis about it in the project's home.
Can't find plugin on package index. <a href="https://sublime.wbond.net/search/sublimall" rel="nofollow">https://sublime.wbond.net/search/sublimall</a><p>Is anything wrong with it right now?
For the people recommending symlinking to a Dropbox folder, see <a href="https://github.com/lra/mackup" rel="nofollow">https://github.com/lra/mackup</a>