view .chezmoiscripts/run_once_after_10_bat_cache.sh.tmpl @ 760:b64652ec91cb

feat: migrate to lazy.nvim plugin manager
author zegervdv <zegervdv@me.com>
date Sun, 12 Mar 2023 17:32:18 +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 -}}