doomemacs/ext/setup-js.sh

14 lines
165 B
Bash
Raw Normal View History

2016-08-27 23:01:43 +02:00
#!/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