Last active
August 29, 2015 14:18
-
-
Save greglgomez/c77163d2756070e32782 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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