view .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl @ 753:942c3ae067e7

[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
author pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
date Mon, 12 Dec 2022 20:19:43 +0000
parents 10e3f300baea
children 1896bcf3fdb8
line wrap: on
line source

{{ if (and (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) (ne .chezmoi.arch "arm64") (ne .chezmoi.osRelease.id "centos")) -}}
#!/usr/bin/env bash

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

brew analytics off

brew bundle --global

{{ end -}}