diff .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl @ 695:83b479436409

fix: disable homebrew analytics
author zegervdv <zegervdv@me.com>
date Sun, 09 Oct 2022 10:51:00 +0200
parents fdce323431f4
children e1cbab38a3e1
line wrap: on
line diff
--- 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 -}}