doomemacs/ext/setup-js.sh

23 lines
341 B
Bash
Raw Normal View History

2016-08-28 05:01:43 +08:00
#!/usr/bin/env bash
source VARS
2016-08-28 05:01:43 +08:00
#
echo "Setting up JS (tern/trepanjs)"
case "$OSTYPE" in
darwin*)
brew install node
;;
linux*)
if is-arch; then
sudo pacman --noconfirm -S nodejs npm
else
echo "..."
exit 1
fi
;;
esac
2016-08-28 05:01:43 +08:00
npm -g install trepanjs tern