From 3a76640ffec4f0134be796b51c0c6164e69d2e73 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 24 Nov 2022 11:42:14 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl --- dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl index 00754016..0df4f2df 100644 --- a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl +++ b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl @@ -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 }}