Synchronize packages, settings, keymaps, user styles, init script and snippets automatically across Atom instances. The code is based on the great sync-settings package.
With the atom package manager:
apm install atom-package-sync
Or Settings ➔ Packages ➔ Search for atom-package-sync
If you want to host the synchronization service on your own private server, take a look at atom-package-sync-server
If you're going to submit a pull request, please try to follow the official contribution guidelines of Atom.
git checkout -b my-new-feature
).git commit -am 'Add some feature'
).git push origin my-new-feature
).Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.