5 lines
144 B
Fish
5 lines
144 B
Fish
|
function cask -d "Install a new homebrew cask and update the global Brewfile"
|
||
|
echo "cask \"$argv\"" >> ~/.Brewfile
|
||
|
brew bundle --global
|
||
|
end
|