summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-08-07 03:35:32 -0400
committerChris <[email protected]>2020-08-07 03:35:32 -0400
commitad3da0b12e9c92fd76dcf69a80efff890304c2c7 (patch)
tree9b2180ea3c386bd83583658ef5f92edbdcc9f639
parent37b3de39e39b32a794b521d483fdb67937014ba4 (diff)
parentadf233d87efbb5aac89b35c282d3ff29c01f3ca8 (diff)
Merge branch 'master' of github.com:ChristianChiarulli/nvim
-rwxr-xr-xutils/install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/install.sh b/utils/install.sh
index 1177c93f..ea86ec09 100755
--- a/utils/install.sh
+++ b/utils/install.sh
@@ -4,7 +4,9 @@ set -o nounset # error when referencing undefined variable
set -o errexit # exit when command fails
installnodemac() { \
+ brew install lua
brew install node
+ brew install yarn
}
installnodeubuntu() { \