mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Rewrite ./ext/ setup scripts
This commit is contained in:
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
|
Reference in New Issue
Block a user