소스 검색

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

Chris 5 년 전
부모
커밋
ad3da0b12e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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() { \