Skip to content

Instantly share code, notes, and snippets.

@Chrisedmo
Created November 11, 2014 13:53
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Chrisedmo/71120230b924561ca6fd to your computer and use it in GitHub Desktop.
Save Chrisedmo/71120230b924561ca6fd to your computer and use it in GitHub Desktop.
Sync Sublime Text Plugins iCloud Drive
Sublime Text Plugins iCloud Drive
First Machine
On your first machine, use the following instructions.
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
$ mkdir ~/Library/Mobile\ Documents/com\~apple\~CloudDocs/Web\ Dev/Plugins
$ mv User ~/Library/Mobile\ Documents/com\~apple\~CloudDocs/Web\ Dev/Plugins
$ ln -s ~/Library/Mobile\ Documents/com\~apple\~CloudDocs/Web\ Dev/Plugins/User
Other Machine(s)
On your other machine(s), use the following instructions. These instructions will remove your User/ folder and all contents!
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
$ rm -r User
$ ln -s ~/Library/Mobile\ Documents/com\~apple\~CloudDocs/Web\ Dev/Plugins/User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment