From 3641ef233c70597fcd9a0da52e8d4a23fbfc8a58 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 24 Nov 2022 11:17:08 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl --- dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl index e4d68908..5bb9bee0 100644 --- a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl +++ b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl @@ -1,5 +1,5 @@ -{{- $name := "Artem Dyranov" -}} -{{- $email := "artem.dyranov@gmail.com" -}} +{{- $name := "Brian Zalewski" -}} +{{- $email := "brian@megabyte.space" -}} {{- $restricted := false -}} {{- $work := false -}} {{- $toolchains := list "docker" "iac" "java" "kubernetes" "node" "python" "rust" "extra" }}