Skip to content

Instantly share code, notes, and snippets.

@iamtew
Created October 9, 2014 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamtew/e120d9b59b94719a5c65 to your computer and use it in GitHub Desktop.
Save iamtew/e120d9b59b94719a5c65 to your computer and use it in GitHub Desktop.
Sublime Text 3 in DropBox, same config on every box you have!
# Sublime Text 3 in DropBox, same config on every box you have!
# From here:
# http://www.alexconrad.org/2013/07/sync-sublime-text-3-settings-with.html
# Create the sync directory in Dropbox
$ mkdir ~/Dropbox/sublime-text-3/
# Move your ST3 "Packages" and "Installed Packages" to Dropbox
$ cd ~/.config/sublime-text-3/
$ mv Packages/ ~/Dropbox/sublime-text-3/
$ mv Installed\ Packages/ ~/Dropbox/sublime-text-3/
# Then symlink your Dropbox directories back locally
$ ln -s ~/Dropbox/sublime-text-3/Packages/
$ ln -s ~/Dropbox/sublime-text-3/Installed\ Packages/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment