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 <noreply@anthropic.com>
This commit is contained in:
parent
e54f9d6dfb
commit
fa3bb7b780
@ -17,6 +17,9 @@
|
|||||||
## * arch
|
## * arch
|
||||||
|
|
||||||
|
|
||||||
|
# Signal env.lat to stop padding and let us handle our own formatting
|
||||||
|
echo "##ENVLAT_END##"
|
||||||
|
|
||||||
#Config
|
#Config
|
||||||
{{ if eq .chezmoi.os "darwin" -}}
|
{{ if eq .chezmoi.os "darwin" -}}
|
||||||
STEPS=9
|
STEPS=9
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user