Force creation of missing zellij/config.kdl

Otherwise change only once
This commit is contained in:
Lockszmith (VAST@MacBook) 2025-05-08 04:37:00 -04:00
parent 757b130a01
commit 482e4cba41
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#! /usr/bin/env bash
{{- if not (stat (list .chezmoi.destDir ".config" "zellij" "config.kdl" | join .chezmoi.pathSeparator )) }}
# missing config, forcing regeneration: {{- randAlpha 64 }}
# {{ stat ".config/zellij/config.kdl" }}
# {{ output "pwd" }}
{{- end }}
set -e
echo "Generating zellij/config.kdl.tmpl..."