view .chezmoiscripts/run_onchange_after_apply-vivid.sh.tmpl @ 673:e258ef0fb4cd

Add prettier config (#1) * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Thu, 29 Sep 2022 23:03:11 +0200
parents b137de67217b
children
line wrap: on
line source

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

# colors hash: {{ include "dot_config/vivid/themes/espresso.yml" | sha256sum }}

if [ -x "$(command -v vivid)" ]; then
  vivid generate espresso > {{ joinPath .chezmoi.sourceDir "dot_lscolors" }}
fi
{{ end -}}