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