diff --git a/.chezmoidata/git.toml b/.chezmoidata/git.toml index 557784a..97ee311 100644 --- a/.chezmoidata/git.toml +++ b/.chezmoidata/git.toml @@ -1,4 +1,4 @@ -[git.reeink] -name = "reeink" +[git.default] +name = "reonokiy" email = "reonokiy@gmail.com" publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMsVXzD7GxpLIF1uZTq9TTzIAdq5xM+5MTaJJuzE+3cf" \ No newline at end of file diff --git a/.chezmoitemplates/dot_gitconfig_windows.tmpl b/.chezmoitemplates/dot_gitconfig_windows.tmpl index 30acb8f..d7046fc 100644 --- a/.chezmoitemplates/dot_gitconfig_windows.tmpl +++ b/.chezmoitemplates/dot_gitconfig_windows.tmpl @@ -5,9 +5,9 @@ [commit] gpgsign = true [user] - signingkey = {{ .git.reeink.publicKey }} - name = {{ .git.reeink.name }} - email = {{ .git.reeink.email }} + signingkey = {{ .git.default.publicKey }} + name = {{ .git.default.name }} + email = {{ .git.default.email }} [credential "helperselector"] selected = wincred [core] diff --git a/.chezmoitemplates/dot_gitconfig_wsl.tmpl b/.chezmoitemplates/dot_gitconfig_wsl.tmpl index dcf382e..7792422 100644 --- a/.chezmoitemplates/dot_gitconfig_wsl.tmpl +++ b/.chezmoitemplates/dot_gitconfig_wsl.tmpl @@ -5,9 +5,9 @@ [commit] gpgsign = true [user] - signingkey = {{ .git.reeink.publicKey }} - name = {{ .git.reeink.name }} - email = {{ .git.reeink.email }} + signingkey = {{ .git.default.publicKey }} + name = {{ .git.default.name }} + email = {{ .git.default.email }} [core] sshCommand = ssh.exe [filter "lfs"]