Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl @ 745:10e3f300baea
feat: add excludes for centos machines
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Mon, 19 Dec 2022 08:09:38 +0100 |
parents | e1cbab38a3e1 |
children | 1896bcf3fdb8 |
comparison
equal
deleted
inserted
replaced
744:3ebd380b6ce1 | 745:10e3f300baea |
---|---|
1 {{ if (and (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) (ne .chezmoi.arch "arm64")) -}} | 1 {{ if (and (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) (ne .chezmoi.arch "arm64") (ne .chezmoi.osRelease.id "centos")) -}} |
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 |