Skip to content

Instantly share code, notes, and snippets.

@jeanpierreb
Last active December 29, 2015 17:29
Show Gist options
  • Save jeanpierreb/d4459bd167f8f2eb3ba9 to your computer and use it in GitHub Desktop.
Save jeanpierreb/d4459bd167f8f2eb3ba9 to your computer and use it in GitHub Desktop.
Script to sync sublime settings with Dropbox folder
#!/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