mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 02:02:29 +00:00
5 lines
170 B
Bash
5 lines
170 B
Bash
# Updates Homebrew installation from the Brewfile
|
|
function update-brewfile() {
|
|
brew bundle check --file ~/.config/Brewfile && brew bundle --file ~/.config/Brewfile
|
|
}
|