Jelajahi Sumber

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

Chris 5 tahun lalu
induk
melakukan
ad3da0b12e
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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() { \