comparison .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl @ 663:fdce323431f4

Add asdf and config for python, neovim and direnv
author zegervdv <zegervdv@me.com>
date Tue, 27 Sep 2022 05:55:05 +0000
parents
children 83b479436409
comparison
equal deleted inserted replaced
662:b137de67217b 663:fdce323431f4
1 {{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
2 #!/usr/bin/env bash
3
4 # Brewfile hash: {{ include "dot_Brewfile" | sha256sum }}
5
6 brew bundle --global
7
8 {{ end -}}