diff --git a/tools/macos.sh b/tools/macos.sh index bfd2ba0..255e4f1 100755 --- a/tools/macos.sh +++ b/tools/macos.sh @@ -5,7 +5,7 @@ source "$THIS_DIR/common.sh" brew_install() { - brew update + # brew update brew install git zsh curl tmux vim util-linux }