Last active
December 29, 2015 17:29
-
-
Save jeanpierreb/d4459bd167f8f2eb3ba9 to your computer and use it in GitHub Desktop.
Script to sync sublime settings with Dropbox folder
This file contains 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
#!/usr/bin/env bash | |
rm -r ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User | |
ln -s ~/Dropbox/Sync/Sublime/User |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment