Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl @ 700:e1cbab38a3e1
add missing dependencies and skip brew setup on arm64
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 19 Oct 2022 21:53:54 +0000 |
parents | 83b479436409 |
children | 10e3f300baea |
comparison
equal
deleted
inserted
replaced
699:18b55952980d | 700:e1cbab38a3e1 |
---|---|
1 {{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}} | 1 {{ if (and (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) (ne .chezmoi.arch "arm64")) -}} |
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 |