My Atom config
Go to file
2018-10-19 15:55:14 +00:00
.gitignore initial commit 2018-09-10 23:27:26 +02:00
config.cson initial commit 2018-09-10 23:27:26 +02:00
github.cson initial commit 2018-09-10 23:27:26 +02:00
init.coffee initial commit 2018-09-10 23:27:26 +02:00
keymap.cson initial commit 2018-09-10 23:27:26 +02:00
package-file.list initial commit 2018-09-10 23:27:26 +02:00
README.md Add a README.md with the backup/restore packages instructions 2018-10-19 15:55:14 +00:00
snippets.cson initial commit 2018-09-10 23:27:26 +02:00
styles.less initial commit 2018-09-10 23:27:26 +02:00

Find the config folder

To access the config folder simply open the Settings [Ctrl] + [,] and click on the last item under the menu: "Open Config Folder". There you can Right Click on the root of the project and "Show in file manager".

Save / Reinstall the packages

I created the "package-file.list" file following the instructions of this stackoverflow question.

Open a terminal and cd into the config folder.
Backup: apm list --installed --bare > package-file.list
Restore: apm install --packages-file package-file.list