Skip to content

Instantly share code, notes, and snippets.

@matthewfeickert
Last active June 24, 2018 11:50
Show Gist options
  • Save matthewfeickert/4abcb89456cacd86d41d12aa44bbf2e6 to your computer and use it in GitHub Desktop.
Save matthewfeickert/4abcb89456cacd86d41d12aa44bbf2e6 to your computer and use it in GitHub Desktop.
My Atom Packages List
@matthewfeickert
Copy link
Author

matthewfeickert commented Aug 11, 2017

This is taken directly from @willgm's Gist.

In summary:
To create a package list from your currently installed (including disabled!) packages:

apm list --installed --bare > /<path-to>/atom-package-list.txt

and then to restore all of your packages (for example if you're setting up an environment on a new machine)

apm install --packages-file /<path-to>/atom-package-list.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment