Skip to content

Instantly share code, notes, and snippets.

@mauroartizzu
Created August 28, 2015 06:59
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 mauroartizzu/5c359f295b02f9534c25 to your computer and use it in GitHub Desktop.
Save mauroartizzu/5c359f295b02f9534c25 to your computer and use it in GitHub Desktop.
Sublime Text 3 Dropbox Sync
cd ~/Library/Application\ Support/Sublime\ Text\ 3/
mkdir ~/Dropbox/Sublime
mv Installed\ Packages ~/Dropbox/Sublime
mv Packages ~/Dropbox/Sublime
ln -s ~/Dropbox/Sublime/Installed\ Packages
ln -s ~/Dropbox/Sublime/Packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment