Mercurial > dotfiles
view .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 source
{{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}} #!/usr/bin/env bash # Brewfile hash: {{ include "dot_Brewfile" | sha256sum }} brew analytics off brew bundle --global {{ end -}}