comparison .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
comparison
equal deleted inserted replaced
694:134efe943fd4 695:83b479436409
1 {{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}} 1 {{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
2 #!/usr/bin/env bash 2 #!/usr/bin/env bash
3 3
4 # Brewfile hash: {{ include "dot_Brewfile" | sha256sum }} 4 # Brewfile hash: {{ include "dot_Brewfile" | sha256sum }}
5 5
6 brew analytics off
7
6 brew bundle --global 8 brew bundle --global
7 9
8 {{ end -}} 10 {{ end -}}