Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 170 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 170 Bytes

atom

To track installed packages in Atom, run:

apm list --installed --bare > ~/.atom/package.list

To restore, use:

apm install --packages-file ~/.atom/package.list