Created
June 24, 2016 18:41
-
-
Save ivanoats/e0037aa2c7228a2ea7a483b2d5fe3049 to your computer and use it in GitHub Desktop.
Useful Atom packages
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
#!/bin/bash | |
apm install atom-ternjs | |
apm install autocomplete-modules | |
apm install utocomplete-paths | |
apm install autocomplete-ruby | |
apm install autocomplete-sass | |
apm install build | |
apm install emmet | |
apm install file-icons | |
apm install gist-it | |
apm install it-plus | |
apm install language-babel | |
apm install linter | |
apm linter-eslint | |
apm install linter-jsonlint | |
apm linter-rubocop | |
apm install linter-stylelint | |
apm install tabs-to-spaces | |
apm install toggle-quotes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment