package-sync

Synchronizes packages installed between computers

Lee Dohm

30,347

136

1.1.0

MIT

GitHub

Package Sync for Atom

Build Status Package Version Package Downloads Dependency Status

Synchronizes packages installed between computers by installing the packages listed in a configuration file.

Usage

Package Sync reads ~/.atom/packages.cson, compares what is in there to the list of available packages and installs any packages that it finds are missing.

Creating the Package List

You can create the initial package list from the packages you have installed by using the Create Package List command. It will include all packages you currently have installed in the ~/.atom/packages directory. The package list can be edited from there if you wish to add or remove any packages from the list.

Calling Create Package List will not overwrite a pre-existing package list. If you want to start over, you have to manually delete ~/atom/packages.cson and then call Create Package List to create it anew.

Editing the Package List

You can edit the package list at any time by opening it with the Open Package List command. It will open the ~/.atom/packages.cson file in a new Atom tab.

Synchronizing your Packages

Once you have the package list set the way you want, any time you wish to ensure that you have all of your required packages, you can execute the Sync command.

packages.cson

The packages.cson file follows the format:

'packages': [
  'foo'
  'bar'
  'baz'
]

Where the contents of the array is a list of packages to ensure are installed.

Configuration

Commands

Keybindings

No keybindings are configured by default for the commands in this package.

Copyright

Copyright © 2014-2016 by Lee Dohm, Lifted Studios. See the LICENSE for more details.