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