dotfiles/.config/fish/functions/cask.fish
2022-08-02 11:00:02 -04:00

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