Skip to content

Synchronize all your settings and packages across atom instances

License

Notifications You must be signed in to change notification settings

warb2n/atom-sync-settings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sync Settings for Atom

Build Status

Synchronize package settings, keymap and installed packages across Atom instances.

Features

  • sync package configuration
  • sync installed packages
  • sync user keymap file
  • manual upload/download to a gist (automatic on the roadmap)

Installation

$ apm install sync-settings or using the Preferences pane.

Usage

  1. Open Sync Settings configuration in Atom Settings
  2. Create a new personal access token which has the gist scope.
  3. Copy the access token to Sync Settings configuration
  4. Create a new gist and save it.
  5. Copy the gist id (last part of url after the username) to Sync Settings configuration

Upload local configuration

Sync Settings: Upload

Ctrl+Alt+U

Download remote configuration

Sync Settings: Download

Ctrl+Alt+D

Contributing

If you're going to submit a pull request, please try to follow the official contribution guidelines of Atom.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

See all contributors

About

Synchronize all your settings and packages across atom instances

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 98.8%
  • CSS 1.2%