function brew command /bin/zsh -c "brew $argv" echo "Updating Brewfile..." command /bin/zsh -c "brew bundle dump --force --file=~/.vvconfig/Brewfile" end function brew_install brew bundle --file="~/.vvconfig/Brewfile" end