Fix broken input redirect in brew task
This commit is contained in:
parent
04da37b339
commit
38a4cc16a9
2 changed files with 5 additions and 2 deletions
4
brew/install
Executable file
4
brew/install
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
comm -13 <(brew list) brew/formulae | xargs brew install
|
||||
comm -13 <(brew cask list) brew/casks | xargs brew cask install
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
- shell:
|
||||
- comm -13 <(brew list) brew/formulae | xargs brew install
|
||||
- comm -13 <(brew cask list) brew/casks | xargs brew cask install
|
||||
- brew/install
|
||||
|
||||
- link:
|
||||
~/.config/zsh/os.zshrc: zsh/darwin.zshrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue