comparison .chezmoiscripts/run_once_after_10_bat_cache.sh.tmpl @ 506:36ba70d17fd6

Add One Dark theme for bat
author zegervdv <zegervdv@me.com>
date Sat, 18 Dec 2021 10:35:27 +0100
parents
children
comparison
equal deleted inserted replaced
505:38b7afc9e492 506:36ba70d17fd6
1 {{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
2 #!/usr/bin/env bash
3
4 bat cache --build
5 {{ end -}}