1
0

feat: Add second yubi key configs

This commit is contained in:
2024-12-07 18:39:46 +00:00
parent b334c966d7
commit f8690caec3
4 changed files with 18 additions and 0 deletions

14
git-desk/.gitconfig Normal file
View File

@@ -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

View File

@@ -10,3 +10,5 @@
defaultBranch = main
[commit]
gpgsign = true
[tag]
gpgsign = true

2
ssh-desk/.ssh/config Normal file
View File

@@ -0,0 +1,2 @@
Host *
IdentityFile /home/matt/.ssh/id_ed25519_sk_desk