Skip to content

Instantly share code, notes, and snippets.

@fullpipe
Created January 23, 2015 14:26
Show Gist options
  • Save fullpipe/0a2e133926bc353d7ad0 to your computer and use it in GitHub Desktop.
Save fullpipe/0a2e133926bc353d7ad0 to your computer and use it in GitHub Desktop.
sync Sublime text 3 settings and packages throw Dropbox

If your Dropbox folder is not in the default location, you'll need to change ~/Dropbox to your location.

  • Close Sublime Text
  • Open Terminal

First Machine (Origin)

On your first machine, use the following instructions.

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
mkdir ~/Dropbox/Sublime
mv User ~/Dropbox/Sublime/
ln -s ~/Dropbox/Sublime/User

Other Machine(s)

On your other machine(s), use the following instructions. These instructions will remove your User/ folder and all contents!

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
rm -r User
ln -s ~/Dropbox/Sublime/User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment