1
0

Initial commit

This commit is contained in:
2024-12-07 15:35:45 +00:00
commit 6a873b51dd
3 changed files with 15 additions and 0 deletions

12
git/.gitconfig Normal file
View File

@@ -0,0 +1,12 @@
[user]
email = matt@threlfall.dev
name = Matt
signingkey = B02E61FDF5CEF06E362B26FDB7E7478FC456A57A
[core]
editor = nvim
[credential]
helper = store
[init]
defaultBranch = main
[commit]
gpgsign = true

1
nvim/.config/nvim Submodule

Submodule nvim/.config/nvim added at f17e83010f

2
ssh/.ssh/config Normal file
View File

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