view .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
line wrap: on
line source

{{ if (eq .chezmoi.os "darwin") -}}
#!/usr/bin/env bash

# Brewfile hash: {{ include "dot_Brewfile" | sha256sum }}

brew analytics off

brew bundle --global

{{ end -}}