view .chezmoiscripts/run_once_after_10_bat_cache.sh.tmpl @ 800:1108123bd416

chore: ping nvim-treesitter to v0.9.1 until new neovim version
author zegervdv <zegervdv@me.com>
date Mon, 28 Aug 2023 10:27:25 +0000
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 -}}