1
0
Fork 0

Fix broken input redirect in brew task

This commit is contained in:
Jeremy Kaplan 2020-01-07 09:29:47 -08:00
commit 38a4cc16a9
2 changed files with 5 additions and 2 deletions

4
brew/install Executable file
View 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

View file

@ -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