[macos] Update update-brewfile command

This commit is contained in:
2025-03-15 00:02:24 +00:00
parent 2194a0083f
commit ecd52a002a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Updates Homebrew installation from the Brewfile
function update-brewfile() {
brew bundle check --file ~/.config/Brewfile || brew bundle --file ~/.config/Brewfile
brew bundle check --file ~/.config/Brewfile || brew bundle --cleanup -f --file ~/.config/Brewfile
}