13 lines
165 B
Bash
Executable file
13 lines
165 B
Bash
Executable file
#!/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
|