Skip to content

Instantly share code, notes, and snippets.

@samba
Last active August 29, 2015 14:23
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 samba/cfcbc9275f4aef7f6f5e to your computer and use it in GitHub Desktop.
Save samba/cfcbc9275f4aef7f6f5e to your computer and use it in GitHub Desktop.
Quick clone Sublime (3) settings into a ZIP on Dropbox (synced)
#!/bin/sh
# For Mac environments, where settings are stored in "~/Library/Application\ Support"...
# For linux it's "~/.sublime-text-3" (I guess...)
zip -r ~/Dropbox/Settings/Sublime.zip ~/Library/Application\ Support/Sublime\ Text\ 3/{Installed\ Packages,Local,Packages,Cache/Theme*}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment