mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 02:02:29 +00:00
[macos] Add macOS specific package
This commit is contained in:
4
macos/.config/shell-common/brewfile.sh
Normal file
4
macos/.config/shell-common/brewfile.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
# Updates Homebrew installation from the Brewfile
|
||||
function update-brewfile() {
|
||||
brew bundle check --file ~/.config/Brewfile && brew bundle --file ~/.config/Brewfile
|
||||
}
|
||||
Reference in New Issue
Block a user