1
0
This commit is contained in:
2025-08-14 11:18:03 +02:00
parent f036cbb710
commit d1ec51902e
5 changed files with 29 additions and 14 deletions

View File

@@ -0,0 +1,20 @@
#!{{ lookPath "bash" }}
# title
title="LaTeX repo cloning"
# include lib
. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
# Environment variables
TEXMFDIR=${HOME}/texmf/tex/latex
{{- if (ne .hasLatex false) }}
log "Begin ${title}"
texhash "${TEXMFDIR}"
log "${title} done"
{{ end -}}