Created
November 11, 2014 13:53
-
-
Save Chrisedmo/71120230b924561ca6fd to your computer and use it in GitHub Desktop.
Sync Sublime Text Plugins iCloud Drive
This file contains hidden or 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
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