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]