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" -}} {{- $name := "Megabyte Labs" -}}
{{- $email := "brian@megabyte.space" -}} {{- $email := "noreply@megabyte.space" -}}
{{- $restricted := false -}} {{- $restricted := false -}}
{{- $work := false -}} {{- $work := false -}}
{{- $gmailAddress := "" }} {{- $gmailAddress := "noreply@gmail.com" }}
{{- $gmailAddressAppPassword := "" }} {{- $gmailAddressAppPassword := "" }}
{{- $domain := "megabyte.space" }} {{- $domain := "megabyte.space" }}
{{- $githubToken := "" }} {{- $githubToken := "" }}
@ -122,8 +122,8 @@ data:
{{ $toolchain}}: {{ $enabled }} {{ $toolchain}}: {{ $enabled }}
{{- end }} {{- end }}
user: user:
email: {{ if $ephemeral }}noreply@megabyte.space{{ else }}{{ $email }}{{ end }} email: {{ $email }}
name: {{ if $ephemeral }}Ephemeral{{ else }}{{ $name }}{{ end }} name: {{ $name }}
domain: {{ $domain }} domain: {{ $domain }}
gmailAddress: {{ $gmailAddress }} gmailAddress: {{ $gmailAddress }}
gmailAddressAppPassword: {{ $gmailAddressAppPassword }} gmailAddressAppPassword: {{ $gmailAddressAppPassword }}