Last Updated: November 06, 2017
·
1.005K
· mdeiters

Backup and Sync Your ATOM Configuration Across Machines

I just spent a few hours getting atom updated with themes, keybindings, and packages. I want these changes across machines and backed up for the future. Since I use Dropbox I did this easily from the command line:

$ mv ~/.atom ~/Dropbox/settings/atom.config
$ ln -s ~/Dropbox/settings/atom.config ~/.atom

Fin.

1 Response
Add your response

I've been able to have done in his only two lines

over 1 year ago ·