Skip to content

Instantly share code, notes, and snippets.

@ronaldsuwandi
Created December 7, 2015 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronaldsuwandi/e83f8b36ab906c28ed0e to your computer and use it in GitHub Desktop.
Save ronaldsuwandi/e83f8b36ab906c28ed0e to your computer and use it in GitHub Desktop.
Sync settings

Source

OS X

Configuration ~/Library/Preferences/<PRODUCT><VERSION>

Caches ~/Library/Caches/<PRODUCT><VERSION>

Plugins ~/Library/Application Support/<PRODUCT><VERSION>

Logs ~/Library/Logs/<PRODUCT><VERSION>

where <PRODUCT> is IdeaUE (IntelliJ IDEA Ultimate Edition), IdeaIC (IntelliJ IDEA Community Edition).

To use Dropbox, simply sync Configuration directory

Source

Dropbox + OS X First Machine

On your first machine, use the following instructions.

SUBLIME TEXT 3

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
mkdir ~/Dropbox/Sublime
mv User ~/Dropbox/Sublime/
ln -s ~/Dropbox/Sublime/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\ 3/Packages/
rm -r User
ln -s ~/Dropbox/Sublime/User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment