mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
14 lines
165 B
Bash
Executable File
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
|