install.fairie/home/dot_config/ghorg/conf.yaml.tmpl

5 lines
359 B
Cheetah
Raw Normal View History

2023-01-25 19:54:53 -08:00
{{- if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "ghorg")) -}}
{{ includeTemplate "secrets/ghorg" | decrypt -}}
{{ else if (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "ghorg-fallback")) -}}
{{ includeTemplate "secrets/ghorg-fallback" }}
{{- end -}}