Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl @ 808:459e70c99f4c
ci: add test image
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 03 Dec 2023 22:24:26 +0100 |
parents | 1896bcf3fdb8 |
children |
comparison
equal
deleted
inserted
replaced
807:fa76b30a3c2f | 808:459e70c99f4c |
---|---|
1 {{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (ne .chezmoi.arch "arm64") (ne .chezmoi.osRelease.id "centos"))) -}} | 1 {{ if (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 | 6 brew analytics off |