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