Update dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl

This commit is contained in:
Brian Zalewski 2022-11-24 11:42:14 +00:00
parent 71ae7244fd
commit 3a76640ffe

View file

@ -1,8 +1,8 @@
{{- $name := "Brian Zalewski" -}}
{{- $email := "brian@megabyte.space" -}}
{{- $name := "Megabyte Labs" -}}
{{- $email := "noreply@megabyte.space" -}}
{{- $restricted := false -}}
{{- $work := false -}}
{{- $gmailAddress := "" }}
{{- $gmailAddress := "noreply@gmail.com" }}
{{- $gmailAddressAppPassword := "" }}
{{- $domain := "megabyte.space" }}
{{- $githubToken := "" }}
@ -122,8 +122,8 @@ data:
{{ $toolchain}}: {{ $enabled }}
{{- end }}
user:
email: {{ if $ephemeral }}noreply@megabyte.space{{ else }}{{ $email }}{{ end }}
name: {{ if $ephemeral }}Ephemeral{{ else }}{{ $name }}{{ end }}
email: {{ $email }}
name: {{ $name }}
domain: {{ $domain }}
gmailAddress: {{ $gmailAddress }}
gmailAddressAppPassword: {{ $gmailAddressAppPassword }}