Rewrite ./ext/ setup scripts
This commit is contained in:
parent
c25c589281
commit
d31fe2166e
9 changed files with 97 additions and 47 deletions
13
ext/setup-js.sh
Executable file
13
ext/setup-js.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd ~/.emacs.d/ext
|
||||
source ./VARS
|
||||
|
||||
#
|
||||
echo "Setting up JS (tern/trepanjs)"
|
||||
|
||||
if is-mac; then
|
||||
brew install node
|
||||
fi
|
||||
|
||||
npm -g install trepanjs tern
|
Loading…
Add table
Add a link
Reference in a new issue