From d5891fee50100a9cc426ae0b875307c120a81095 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 17 Feb 2026 21:07:22 +0000 Subject: [PATCH] feat: Sway git to one config using email as signing key id --- git-keyring/.gitconfig | 14 -------------- {git-desk => git}/.gitconfig | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 git-keyring/.gitconfig rename {git-desk => git}/.gitconfig (84%) diff --git a/git-keyring/.gitconfig b/git-keyring/.gitconfig deleted file mode 100644 index c6b4ee2..0000000 --- a/git-keyring/.gitconfig +++ /dev/null @@ -1,14 +0,0 @@ -[user] - email = matt@threlfall.dev - name = Matt - signingkey = B02E61FDF5CEF06E362B26FDB7E7478FC456A57A -[core] - editor = nvim -[credential] - helper = store -[init] - defaultBranch = main -[commit] - gpgsign = true -[tag] - gpgsign = true diff --git a/git-desk/.gitconfig b/git/.gitconfig similarity index 84% rename from git-desk/.gitconfig rename to git/.gitconfig index aef52fd..43a0a50 100644 --- a/git-desk/.gitconfig +++ b/git/.gitconfig @@ -1,7 +1,7 @@ [user] email = matt@threlfall.dev name = Matt - signingkey = 36C9E5DF2937BC1F1B04CC38A9E046C961DCC48B + signingkey = matt@threlfall.dev [core] editor = nvim [credential]