mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 10:12:28 +00:00
[macos] Update update-brewfile command
This commit is contained in:
@@ -38,3 +38,4 @@ mas "Tailscale", id: 1475387142
|
|||||||
mas "Home Assistant", id: 1099568401
|
mas "Home Assistant", id: 1099568401
|
||||||
mas "Bitwarden", id: 1352778147
|
mas "Bitwarden", id: 1352778147
|
||||||
mas "Windows App", id: 1295203466
|
mas "Windows App", id: 1295203466
|
||||||
|
mas "Hush Nag Blocker", id: 1544743900
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Updates Homebrew installation from the Brewfile
|
# Updates Homebrew installation from the Brewfile
|
||||||
function update-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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user