Skip to content

Instantly share code, notes, and snippets.

@appwebd
Last active February 2, 2018 19:17
Show Gist options
  • Save appwebd/5783519fb646736f99298ec4aa39c5d2 to your computer and use it in GitHub Desktop.
Save appwebd/5783519fb646736f99298ec4aa39c5d2 to your computer and use it in GitHub Desktop.
Bash script to install plugins in IDE atom editor application
#!/bin/bash
apm install atom-beautify
apm install atom-minify
#apm install autocomplete-paths
apm install busy
apm install busy-signal
apm install chronometer
apm install color-picker
apm install editorconfig
apm install emmet
apm install file-icons
apm install git-plus
apm install gulp-control
apm install hyperclick
apm install intentions
apm install jshint
apm install linter
apm install linter-csslint
apm install linter-jshint
apm install linter-perl
apm install linter-php
apm install linter-phpcs
apm install linter-ui-default
apm install markdown-preview-plus
apm install markdown-writer
apm install php-cs-fixer
apm install php-fmt
apm install php-hyperclick
apm install pigments
apm install project-manager
apm install sonarlint
apm install symbols-tree-view
apm install todo-show
# https://nuclide.io/docs/editor/setup/#linux
# https://github.com/facebook/nuclide/blob/master/package.json
# https://www.icicletech.com/blog/top-10-editors-for-react-native
#apm install nuclide
#apm install language-ocaml
#apm install language-babel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment