add cask function

This commit is contained in:
Sloane Perrault 2022-08-02 11:00:02 -04:00
parent 841c56dd8a
commit d32ddf0287

View file

@ -0,0 +1,4 @@
function cask -d "Install a new homebrew cask and update the global Brewfile"
echo "cask \"$argv\"" >> ~/.Brewfile
brew bundle --global
end