From fa3bb7b780387d947ec42ec26c941f4616546551 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 3 Mar 2026 21:14:56 +0300 Subject: [PATCH] add env.lat sentinel to hand off formatting from bootstrap to chezmoi env.lat pads chezmoi download/clone output in gray. When the dotfiles script starts, it emits ##ENVLAT_END## which tells env.lat's pad() to switch to pass-through, letting the script use its own formatting. Co-Authored-By: Claude Opus 4.6 --- run_onchange_after_install_main_deps.sh.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 7211134..aef6963 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -17,6 +17,9 @@ ## * arch +# Signal env.lat to stop padding and let us handle our own formatting +echo "##ENVLAT_END##" + #Config {{ if eq .chezmoi.os "darwin" -}} STEPS=9