Skip to content

Instantly share code, notes, and snippets.

@collegeimprovements
Forked from Chrisedmo/sublime-icloud.txt
Created October 27, 2015 19:41
Show Gist options
  • Save collegeimprovements/c05fe211c3c5fcaba6bf to your computer and use it in GitHub Desktop.
Save collegeimprovements/c05fe211c3c5fcaba6bf 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