mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-07 02:50:23 +00:00
feat(tools): dfm brew install tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user