From e50cf1b450103be84b527d6258cc778f1459c8fb Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 24 Nov 2022 11:23:07 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl --- .../share/chezmoi/home/.chezmoi.yaml.tmpl | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl index 5bb9bee0..e2dfcbca 100644 --- a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl +++ b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl @@ -2,6 +2,14 @@ {{- $email := "brian@megabyte.space" -}} {{- $restricted := false -}} {{- $work := false -}} +{{- $gmailAddress := "" }} +{{- $gmailAddressAppPassword := "" }} +{{- $domain := "megabyte.space" }} +{{- $githubToken := "" }} +{{- $gitlabToken := "" }} +{{- $ngrokAuthToken := "" }} +{{- $slackApiToken := "" }} +{{- $tabbySyncToken := "" }} {{- $toolchains := list "docker" "iac" "java" "kubernetes" "node" "python" "rust" "extra" }} {{- $data := . }} @@ -114,15 +122,11 @@ data: {{ $toolchain}}: {{ $enabled }} {{- end }} user: - {{- if $ephemeral }} - email: noreply@megabyte.space - name: Ephemeral - {{- else }} - email: {{ $email}} + email: {{ if $ephemeral }}noreply@megabyte.space{{ else }}{{ $email }}{{ end }} + name: {{ if $ephemeral }}Ephemeral{{ else }}{{ $name }}{{ end }} + domain: {{ $domain }} gmailAddress: {{ $gmailAddress }} gmailAddressAppPassword: {{ $gmailAddressAppPassword }} - name: {{ $name }} - domain: {{ $domain }} GITHUB_TOKEN: {{ $githubToken }} GITLAB_TOKEN: {{ $gitlabToken }} NGROK_AUTH_TOKEN: {{ $ngrokAuthToken }}