🌱 sublime with dropbox

Source

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.

  1. cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
  2. mkdir ~/Dropbox/Sublime
  3. mv User ~/Dropbox/Sublime/
  4. 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!

  1. cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
  2. rm -r ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User
  3. ln -s ~/Dropbox/Sublime/User
Made by Brandon . If you find this project useful you can donate.