Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to sync Packages and settings for multiple computer in Github Atom Editor

I have installed Github Atom Editor in my Personal PC and Office PC. I want to sync the settings and packages to my dropbox account so when i log in the office PC it automatically download or update all the packages and settings to my Home PC

like image 650
Shan Khan Avatar asked Apr 26 '15 16:04

Shan Khan


3 Answers

Have you tried to use Atom Sync Settings instead? It does the job for me.

like image 82
MrThunder Avatar answered Nov 12 '22 13:11

MrThunder


If you don't absolutely need Dropbox, atom-package-sync is a package that I created a couple weeks ago. It works a little bit like the synchronization of Google Chrome, you just login and it syncs your packages and settings automatically across all your Atom instances.

enter image description here

I plan to release the source code for the server side in the coming weeks and add an export feature for alternative backups.

like image 2
Mathew Avatar answered Nov 12 '22 13:11

Mathew


You can use package-sync in combination with Git. I simply added the relevant files to my homegit.

like image 1
thutt Avatar answered Nov 12 '22 12:11

thutt