Last active
July 5, 2016 13:59
-
-
Save abhishekdev/428cc750954b7008b590 to your computer and use it in GitHub Desktop.
Atom packages for muapp development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Run using GNU bash | |
sh .\atom_package_reintsall.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Run using GNU bash | |
sh .\install.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Install all packages listed in the file | |
apm install --packages-file package-list.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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