install.fairie/dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl

11 lines
224 B
Bash

#!/usr/bin/env bash
{{- if and false .host.headless -}}
{{- includeTemplate "universal/profile" }}
{{- includeTemplate "universal/logg" }}
logg 'Bootstrapping Z4H'
Z4H_BOOTSTRAPPING=1 exec zsh && exit 0
{{- end }}
# TODO