Skip to content

Instantly share code, notes, and snippets.

@gdumitrescu
Last active November 29, 2017 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdumitrescu/b5f31a1165041607afda to your computer and use it in GitHub Desktop.
Save gdumitrescu/b5f31a1165041607afda to your computer and use it in GitHub Desktop.
Install Atom Packages
#!/usr/bin/env bash
apm install angularjs
apm install api-blueprint-preview
apm install apiary-highlighter
apm install atom-beautify
apm install atom-jasmine
apm install atom-prettify
apm install atom-ternjs
apm install autocomplete
apm install coverage-gutter
apm install cucumber
apm install editor-stats
apm install editorconfig
apm install elm-format
apm install elm-navigator
apm install elmjutsu
apm install fixmyjs
apm install git-history
apm install ionic-framework-snippets
apm install ionic-preview
apm install jscs-fixer
apm install jsformat
apm install language-api-blueprint
apm install language-babel
apm install language-elm
apm install language-gherkin
apm install language-terraform
apm install lcov-info
apm install linter
apm install linter-codeclimate
apm install linter-eslint
apm install linter-js-standard
apm install linter-jscs
apm install linter-jshint
apm install linter-terraform-syntax
apm install meteor-api
apm install meteor-helper
apm install meteor-snippets
apm install nice-index
apm install pigments
apm install pretty-json
apm install react
apm install react-snippets
apm install scrapfy
apm install script
apm install Stylus
apm install sync-settings
apm install teletype
apm install terminal-plus
apm install terraform-fmt
apm install travis-ci-status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment