Kaynağa Gözat

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

Chris 5 yıl önce
ebeveyn
işleme
ad3da0b12e
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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() { \