diff --git a/git-desk/.gitconfig b/git-desk/.gitconfig new file mode 100644 index 0000000..5ccdaff --- /dev/null +++ b/git-desk/.gitconfig @@ -0,0 +1,14 @@ +[user] + email = matt@threlfall.dev + name = Matt + signingkey = 2B19B7E053B101A8CA76256CCD563EFF28C1C306 +[core] + editor = nvim +[credential] + helper = store +[init] + defaultBranch = main +[commit] + gpgsign = true +[tag] + gpgsign = true diff --git a/git/.gitconfig b/git-keyring/.gitconfig similarity index 90% rename from git/.gitconfig rename to git-keyring/.gitconfig index ff222b2..c6b4ee2 100644 --- a/git/.gitconfig +++ b/git-keyring/.gitconfig @@ -10,3 +10,5 @@ defaultBranch = main [commit] gpgsign = true +[tag] + gpgsign = true diff --git a/ssh-desk/.ssh/config b/ssh-desk/.ssh/config new file mode 100644 index 0000000..5931671 --- /dev/null +++ b/ssh-desk/.ssh/config @@ -0,0 +1,2 @@ +Host * + IdentityFile /home/matt/.ssh/id_ed25519_sk_desk diff --git a/ssh/.ssh/config b/ssh-keyring/.ssh/config similarity index 100% rename from ssh/.ssh/config rename to ssh-keyring/.ssh/config