changeset 695:83b479436409

fix: disable homebrew analytics
author zegervdv <zegervdv@me.com>
date Sun, 09 Oct 2022 10:51:00 +0200
parents 134efe943fd4
children 22efd3b888f8
files .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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 -}}