Skip to content

Instantly share code, notes, and snippets.

@matthewfeickert
Last active June 24, 2018 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
Hydrogen@2.5.1
atom-beautify@0.32.5
atom-material-syntax@1.0.8
atom-material-ui@2.1.3
autocomplete-python@1.10.5
build@0.70.0
build-make@0.13.0
busy@0.7.0
busy-signal@1.4.3
ex-mode@0.18.0
file-icons@2.1.21
ftp-remote-edit@0.12.12
intentions@1.1.5
language-latex@1.1.1
latextools@0.8.5
linter@2.2.0
linter-chktex@1.3.1
linter-flake8@2.3.0
linter-gcc@0.7.1
linter-ui-default@1.7.1
merge-conflicts@1.4.5
minimap@4.29.8
narrow@0.65.1
pdf-view@0.70.0
platformio-ide-terminal@2.8.2
python-autopep8@0.1.3
rst-preview@1.3.1
tabs-to-spaces@1.0.5
teletype@0.13.3
vim-mode-plus@1.32.0
@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