Synchronize package settings, keymap and installed packages across Atom instances.
- sync package configuration
- sync installed packages
- sync user keymap file
- manual upload/download to a gist (automatic on the roadmap)
$ apm install sync-settings
or using the Preferences pane.
- Open Sync Settings configuration in Atom Settings
- Create a new personal access token which has the
gist
scope. - Copy the access token to Sync Settings configuration
- Create a new gist and save it.
- Copy the gist id (last part of url after the username) to Sync Settings configuration
Sync Settings: Upload
Ctrl+Alt+U
Sync Settings: Download
Ctrl+Alt+D
If you're going to submit a pull request, please try to follow the official contribution guidelines of Atom.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request