brackets-snippets icon indicating copy to clipboard operation
brackets-snippets copied to clipboard

How to sync snippets and settings

Open chuyik opened this issue 9 years ago • 1 comments

Instructions for syncing

As all user data are saved in brackets.json like any other extensions, you only need to sync this file between your machines.

Via Dropbox

First machine

OS X:

ln -s   ~/Library/Application\ Support/Brackets/brackets.json   ~/Dropbox/Brackets

Windows:

cmd /c mklink   %USERPROFILE%\dropbox\Brackets\brackets.json   %APPDATA%\Brackets\brackets.json

Other machine

Please backup and remove the existing brackets.json first

OS X:

ln -s   ~/Dropbox/Brackets/brackets.json   ~/Library/Application\ Support/Brackets

Windows:

cmd /c mklink   %APPDATA%\Brackets\brackets.json   %USERPROFILE%\dropbox\Brackets\brackets.json

Q&A

Q: Where is my brackets.json? A: Choose Debug > Open Preferences File.

chuyik avatar Jun 03 '15 03:06 chuyik

I've found another solution probably interesting when working with a repository. See my #99

der-hugo avatar Dec 10 '17 14:12 der-hugo