Skip to content

Commit

Permalink
tidies it all up
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 26, 2024
1 parent 6a7639f commit bd3691f
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .chezmoiscripts/run_onchange_after_99-load-brewfile.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,5 @@

# brewfile hash: {{ include "dot_Brewfile" | sha256sum }}

EXTRA_ARGS="--global"

{{- if eq .chezmoi.username "runner" }}

EXTRA_ARGS="--file ./output/.Brewfile"

{{ end -}}

echo $PWD
ls -la

brew bundle cleanup --force ${EXTRA_ARGS}
brew bundle install --force ${EXTRA_ARGS}
brew bundle cleanup --force --file .Brewfile
brew bundle install --force --file .Brewfile

0 comments on commit bd3691f

Please sign in to comment.