diff --git a/.chezmoiscripts/run_onchange_after_99-load-brewfile.sh.tmpl b/.chezmoiscripts/run_onchange_after_99-load-brewfile.sh.tmpl index 573b20a..8b862c4 100644 --- a/.chezmoiscripts/run_onchange_after_99-load-brewfile.sh.tmpl +++ b/.chezmoiscripts/run_onchange_after_99-load-brewfile.sh.tmpl @@ -10,5 +10,7 @@ EXTRA_ARGS="--file ./output/.Brewfile" {{ end -}} +./bin/chezmoi data + brew bundle cleanup --force ${EXTRA_ARGS} brew bundle install --force ${EXTRA_ARGS}