diff --git a/macos/.config/Brewfile b/macos/.config/Brewfile index efaa79d..d68fb37 100644 --- a/macos/.config/Brewfile +++ b/macos/.config/Brewfile @@ -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 diff --git a/macos/.config/shell-common/brewfile.sh b/macos/.config/shell-common/brewfile.sh index 6dd47dc..a329526 100644 --- a/macos/.config/shell-common/brewfile.sh +++ b/macos/.config/shell-common/brewfile.sh @@ -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 }