view .chezmoiscripts/run_once_after_10_bat_cache.sh.tmpl @ 804:72828b1204a3

feat: add helix config
author zegervdv <zegervdv@me.com>
date Sun, 26 Nov 2023 10:56:56 +0100
parents 36ba70d17fd6
children
line wrap: on
line source

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

bat cache --build
{{ end -}}