Skip to content

Instantly share code, notes, and snippets.

@wilsontayar
Created January 17, 2017 04:38
Show Gist options
  • Save wilsontayar/e711ba68e6d6e6255d119ab35e00d347 to your computer and use it in GitHub Desktop.
Save wilsontayar/e711ba68e6d6e6255d119ab35e00d347 to your computer and use it in GitHub Desktop.
Automatically star all your installed atom packages so you can install them easily in another computer later
apm stars
#create an account and type your token
apm star $(apm list --installed -b | cut -d '@' -f 1)
#and finally, use the code below to install all starred packages in another computer
apm stars --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment