Skip to content

Commit 523c5fe

Browse files
committed
Make homebrew install quieter
1 parent 4ed9dd5 commit 523c5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cd "$basedir"
6565

6666
if [ "$(uname -s)" = "Darwin" ] && which brew >/dev/null 2>&1; then
6767
echo "◉ Installing Homebrew packages..."
68-
brew install $(cat homebrew.txt)
68+
brew install --quiet $(cat homebrew.txt)
6969
fi
7070

7171
echo "→ Cleaning up dead symlinks..."

0 commit comments

Comments
 (0)