darwin: Skip unnecessary brew installs
This commit is contained in:
parent
fa308ad7d9
commit
5b3cacbae9
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ moreutils
|
||||||
mosh
|
mosh
|
||||||
neovim
|
neovim
|
||||||
pyenv
|
pyenv
|
||||||
python3
|
python
|
||||||
ripgrep
|
ripgrep
|
||||||
shellcheck
|
shellcheck
|
||||||
task
|
task
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
- shell:
|
- shell:
|
||||||
- cat brew/formulae | xargs brew install
|
- comm -13 <(brew list) brew/formulae | xargs brew install
|
||||||
- cat brew/casks | xargs brew cask install
|
- comm -13 <(brew cask list) brew/casks | xargs brew cask install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue