feat: Add second yubi key configs
This commit is contained in:
14
git-desk/.gitconfig
Normal file
14
git-desk/.gitconfig
Normal 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
|
@@ -10,3 +10,5 @@
|
|||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
[tag]
|
||||||
|
gpgsign = true
|
2
ssh-desk/.ssh/config
Normal file
2
ssh-desk/.ssh/config
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Host *
|
||||||
|
IdentityFile /home/matt/.ssh/id_ed25519_sk_desk
|
Reference in New Issue
Block a user