add cask function
This commit is contained in:
parent
841c56dd8a
commit
d32ddf0287
1 changed files with 4 additions and 0 deletions
4
.config/fish/functions/cask.fish
Executable file
4
.config/fish/functions/cask.fish
Executable 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
|
Loading…
Reference in a new issue