[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

@@ -38,3 +38,4 @@ mas "Tailscale", id: 1475387142
mas "Home Assistant", id: 1099568401
mas "Bitwarden", id: 1352778147
mas "Windows App", id: 1295203466
mas "Hush Nag Blocker", id: 1544743900

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
}