Explorar o código

Merge branch 'master' of github.com:ChristianChiarulli/nvim

Chris %!s(int64=5) %!d(string=hai) anos
pai
achega
ad3da0b12e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      utils/install.sh

+ 2 - 0
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() { \