Sync Sublime configs with iCloud by releu
Quit #sublime.
Move files to #icloud dir and symlink it.
mv ~/Library/Application\ Support/Sublime\ Text\ 2/ ~/Library/Mobile\ Documents/
ln -s ~/Library/Mobile\ Documents/Sublime\ Text\ 2/ ~/Library/Application\ Support/
Run Sublime!
On your another macs just do:
rm -rf ~/Library/Application\ Support/Sublime\ Text\ 2/
ln -s ~/Library/Mobile\ Documents/Sublime\ Text\ 2/ ~/Library/Application\ Support/
Comments
kirs commented 7 months ago
Does it work ok? I prefer Dropbox to store ST2 settings because it has status of uploads. And BTW, generally iCloid doesn't provide any official API to store usual files...
releu commented 7 months ago
It works for me
credford commented about 1 month ago
I had to link it like this: sudo ln -s "~/Library/Mobile Documents/Sublime Text 2/" "~/Library/Application Support/Sublime Text 2"