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" -}}
|
{{- $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 }}
|
||||||
|
|
Loading…
Reference in a new issue