view .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl @ 698:de2ac75a20e0

feat: add black to default python packages
author zegervdv <zegervdv@me.com>
date Thu, 13 Oct 2022 05:22:34 +0000
parents 83b479436409
children e1cbab38a3e1
line wrap: on
line source

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

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

brew analytics off

brew bundle --global

{{ end -}}