Skip to content

Instantly share code, notes, and snippets.

@sheedy
Created January 30, 2014 05:00
Show Gist options
  • Save sheedy/8702899 to your computer and use it in GitHub Desktop.
Save sheedy/8702899 to your computer and use it in GitHub Desktop.
sync-sublime.md

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

  1. Close Sublime Text
  2. Open Terminal

First Machine

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