diff options
| author | Chris <[email protected]> | 2020-08-07 03:35:32 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-08-07 03:35:32 -0400 | 
| commit | ad3da0b12e9c92fd76dcf69a80efff890304c2c7 (patch) | |
| tree | 9b2180ea3c386bd83583658ef5f92edbdcc9f639 | |
| parent | 37b3de39e39b32a794b521d483fdb67937014ba4 (diff) | |
| parent | adf233d87efbb5aac89b35c282d3ff29c01f3ca8 (diff) | |
Merge branch 'master' of github.com:ChristianChiarulli/nvim
| -rwxr-xr-x | utils/install.sh | 2 | 
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() { \ | 
