Skip to content

Instantly share code, notes, and snippets.

@ottodevs
Forked from michalczukm/Atom_export_settings.md
Created July 28, 2018 21:02
Show Gist options
  • Select an option

  • Save ottodevs/380a99a18003d37ccb7fd8c38bb823e8 to your computer and use it in GitHub Desktop.

Select an option

Save ottodevs/380a99a18003d37ccb7fd8c38bb823e8 to your computer and use it in GitHub Desktop.
Atom: Backup all settings

Backup:

  1. Copy:
  • config.cson
  • keymap.cson
  • snippets.cson
  • styles.less
  1. Save installed packages list apm list --installed --bare > packages.list

Import:

  1. Replace files from Backup.1 part in ${user}/.atom
  2. Restore packages from packages.list mentioned in Backup.2 by:

`apm install --packages-file packages.list`
or
`apm install ``cat packages.list/```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment