git: update git identities

This commit is contained in:
ewin 2026-03-05 01:08:26 -05:00
parent cc43736eb4
commit ae1fe97ef2
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc
5 changed files with 30 additions and 11 deletions

View file

@ -0,0 +1,5 @@
# for @eritbh on github and probably for professional stuff too
[user]
name = Erin
email = github@eritbh.me
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC87CMxObGHt7FCPHfTGJyoVUnsGL0PRr64mI0ANJmXQ

View file

@ -0,0 +1,5 @@
# for git.ewin.moe and @ewwwin on github
[user]
name = ewin
email = git@ewin.moe
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILDTmQp3+zMBKwLniySLeVg0sqEUTtfKNYc8nQ6N8xHP

View file

@ -1,4 +0,0 @@
# settings for repositories in ~/src/git.ewin.moe
[user]
name = Erin
email = git@ewin.moe

View file

@ -1,4 +0,0 @@
# settings for repositories in ~/src/github.com
[user]
name = Erin
email = github@eritbh.me

View file

@ -2,7 +2,24 @@
path = ~/.config/git/personal.gitconfig path = ~/.config/git/personal.gitconfig
# Pull in additional config files for per-server identity # Pull in additional config files for per-server identity
[includeIf "gitdir:~/src/github.com/"] [includeIf "gitdir:~/src/github.com/eritbh/"]
path = ~/.config/git/servers/github.com.gitconfig path = ~/.config/git/identities/eritbh.gitconfig
[includeIf "gitdir:~/src/github.com/toolbox-team/"]
path = ~/.config/git/identities/eritbh.gitconfig
[includeIf "gitdir:~/src/github.com/r-anime/"]
path = ~/.config/git/identities/eritbh.gitconfig
[includeIf "gitdir:~/src/github.com/ewwwin/"]
path = ~/.config/git/identities/ewin.gitconfig
[includeIf "gitdir:~/src/github.com/enafore/"]
path = ~/.config/git/identities/ewin.gitconfig
[includeIf "gitdir:~/src/github.com/superseriousbusiness/"]
path = ~/.config/git/identities/ewin.gitconfig
[includeIf "gitdir:~/src/github.com/highlightjs/"]
path = ~/.config/git/identities/ewin.gitconfig
[includeIf "gitdir:~/src/github.com/dustypomerleau/rust-syntax/"]
path = ~/.config/git/identities/ewin.gitconfig
[includeIf "gitdir:~/src/github.com/GurgumXIV/"]
path = ~/.config/git/identities/ewin.gitconfig
[includeIf "gitdir:~/src/git.ewin.moe/"] [includeIf "gitdir:~/src/git.ewin.moe/"]
path = ~/.config/git/servers/git.ewin.moe.gitconfig path = ~/.config/git/identities/ewin.gitconfig