Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kayode-adechinan/1961d930d8d9dfa1789c5e72f1b0512f to your computer and use it in GitHub Desktop.
Save kayode-adechinan/1961d930d8d9dfa1789c5e72f1b0512f to your computer and use it in GitHub Desktop.
Atom: Backup all settings

Export:

  1. Copy from ${user}/.atom:
  • 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