brew: new cask syntax
This commit is contained in:
parent
0c0c557f0d
commit
db03879791
@ -18,7 +18,7 @@ function _install_extra_brews --argument-names favorite_brews
|
||||
end
|
||||
|
||||
function _install_extra_casks --argument-names favorite_casks
|
||||
set --local brew_casks_installed (string collect (brew cask list))
|
||||
set --local brew_casks_installed (string collect (brew list --cask))
|
||||
set --local brew_casks_options
|
||||
for brew_cask in (cat $favorite_casks)
|
||||
if not contains -- $brew_cask $brew_casks_installed
|
||||
|
Loading…
x
Reference in New Issue
Block a user