doomemacs/ext/setup-js.sh
2016-08-27 23:01:43 +02:00

14 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