# HG changeset patch # User zegervdv # Date 1665305460 -7200 # Node ID 83b47943640995acdfaf24267298af2fc1bf5c9b # Parent 134efe943fd467b7a4f6af4c0910f43d5ef8522f fix: disable homebrew analytics diff -r 134efe943fd4 -r 83b479436409 .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl --- a/.chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl Wed Oct 05 21:37:17 2022 +0200 +++ b/.chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl Sun Oct 09 10:51:00 2022 +0200 @@ -3,6 +3,8 @@ # Brewfile hash: {{ include "dot_Brewfile" | sha256sum }} +brew analytics off + brew bundle --global {{ end -}}