Update dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl
This commit is contained in:
parent
71ae7244fd
commit
3a76640ffe
1 changed files with 5 additions and 5 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue