Skip to content

Instantly share code, notes, and snippets.

@abhishekdev
Last active July 5, 2016 13:59
Show Gist options
  • Save abhishekdev/428cc750954b7008b590 to your computer and use it in GitHub Desktop.
Save abhishekdev/428cc750954b7008b590 to your computer and use it in GitHub Desktop.
Atom packages for muapp development
## Run using GNU bash
sh .\atom_package_reintsall.sh
## Generate a list of the packges you have
apm list --installed --bare > package-list.txt
## Install all packages listed in the file
apm install --packages-file package-list.txt
# If you are behind a firewall and seeing SSL errors when installing packages you can disable strict SSL by running:
apm config set strict-ssl false
## Run using GNU bash
sh .\install.sh
## Install all packages listed in the file
apm install --packages-file package-list.txt
atom-beautify
color-picker
csscomb
csslint
editorconfig
file-icons
git-plus
language-babel
language-docker
linter
linter-csslint
linter-docker
linter-eslint
linter-htmlhint
linter-less
linter-write-good
pigments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment