mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 01:32:30 +00:00
[macos] Fix update-brewfile
This commit is contained in:
@@ -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 --file ~/.config/Brewfile
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user