We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed9dd5 commit 523c5feCopy full SHA for 523c5fe
1 file changed
install.zsh
@@ -65,7 +65,7 @@ cd "$basedir"
65
66
if [ "$(uname -s)" = "Darwin" ] && which brew >/dev/null 2>&1; then
67
echo "◉ Installing Homebrew packages..."
68
- brew install $(cat homebrew.txt)
+ brew install --quiet $(cat homebrew.txt)
69
fi
70
71
echo "→ Cleaning up dead symlinks..."
0 commit comments