Skip to content

Instantly share code, notes, and snippets.

@greglgomez
Last active August 29, 2015 14:18
Show Gist options
  • Save greglgomez/c77163d2756070e32782 to your computer and use it in GitHub Desktop.
Save greglgomez/c77163d2756070e32782 to your computer and use it in GitHub Desktop.
# Changing directory to where Sublime stores user prefs
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
# Deleting existing "User" directory.
# THIS WILL DELETE ANY EXISTING PREFERENCES.
rm -r User
# Creating Symlink from Sublime directory (current working directory) to Dropbox directory
ln -s ~/Dropbox/Sublime/User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment