Skip to content

Instantly share code, notes, and snippets.

@ivanoats
Created June 24, 2016 18:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanoats/e0037aa2c7228a2ea7a483b2d5fe3049 to your computer and use it in GitHub Desktop.
Save ivanoats/e0037aa2c7228a2ea7a483b2d5fe3049 to your computer and use it in GitHub Desktop.
Useful Atom packages
#!/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