Skip to content

Instantly share code, notes, and snippets.

@sebastiandedeyne
Last active September 20, 2015 14:27
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 sebastiandedeyne/08b67cfbe289903f0093 to your computer and use it in GitHub Desktop.
Save sebastiandedeyne/08b67cfbe289903f0093 to your computer and use it in GitHub Desktop.
Symlinking Sublime Text's package folders with Dropbox
# Unix
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages && rm -rf User && ln -s ~/Dropbox/Settings/Sublime ./User
# Windows
mklink /j "C:\Users\Sebastian\AppData\Roaming\Sublime Text 3\Packages\User" "C:\Users\Sebastian\Dropbox\Settings\Sublime"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment