feat(tools): dfm brew install tweaks

This commit is contained in:
2023-07-12 21:19:18 +03:00
parent 5b0ca2a63b
commit 22090129ec
2 changed files with 5 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ function section_brew
have brew && {
case "$1" in
install)
brew bundle install --file="$BREWFILE" && msg_yay "Done!"
brew bundle install --file="$BREWFILE" --force --quiet && msg_yay "Done!"
;;
update)
brew update && brew outdated && brew upgrade && brew cleanup