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