Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Commit

Permalink
feat(apm): add more packages for atom
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolel committed Jun 14, 2018
1 parent b65731a commit cc72c9b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions osx-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,32 @@ install_node(){

setup_atom(){
local apms=(
'aligner'
'aligner-javascript'
'atom-beautify'
'busy-signal'
'calc'
'copy-filename'
'editorconfig'
'flow-ide'
'hyperclick'
'ide-flowtype'
'intentions'
'language-babel'
'linter'
'linter-eslint'
'linter-flow'
'linter-ui-default'
'minimap'
'nuclide'
'nuclide'
'react'
'riot'
'set-syntax'
'sort-lines'
'textmate-espresso-libre-syntax'
'tinytimer'
'todo-show'
); for i in ${apms[@]}; do apm install ${i}; done
}

Expand Down

0 comments on commit cc72c9b

Please sign in to comment.