Browse Source

atom: update plugins list a bit

Kyle P Davis 8 years ago
parent
commit
bf55705768
1 changed files with 2 additions and 16 deletions
  1. 2 16
      install_atom_plugins.sh

+ 2 - 16
install_atom_plugins.sh

@@ -3,16 +3,12 @@
 # To get "apm" tool: open Atom and click "Atom->Install Shell Commands"
 apm install $(cat<<-EOF
 Sublime-Style-Column-Selection
-angularjs
 atom-beautify
-atom-bootstrap3
-atom-cli-diff
 atom-html-preview
 atom-ternjs
 atom-typescript
 atomatigit
 autocomplete-emojis
-change-case
 color-picker
 copy-as-rtf
 coverage
@@ -26,12 +22,8 @@ git-difftool
 git-log
 git-plus
 go-plus
-hex
 highlight-selected
-keybinding-cheatsheet
 language-diff
-language-jade
-language-mumps
 language-svg
 language-viml
 linter
@@ -42,13 +34,11 @@ linter-csslint
 linter-eslint
 linter-javac
 linter-js-yaml
-linter-jscs
-linter-jshint
 linter-less
 linter-pep8
 linter-perl
 linter-pylint
-linter-scss-lint
+linter-sass-lint
 linter-shellcheck
 linter-tslint
 linter-write-good
@@ -65,15 +55,11 @@ revert-buffer
 script
 sort-lines
 svg-preview
-term2
+term3
 trailing-spaces
 turbo-javascript
 vim-mode
 EOF
 )
 
-#NOTE: eventually remove this in favor of using eslint exclusively
-# enable jscs jsdoc extension within atom
 gimme node
-cd "$HOME/.atom/"
-npm install jscs-jsdoc