Initial commit
This commit is contained in:
12
git/.gitconfig
Normal file
12
git/.gitconfig
Normal 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
1
nvim/.config/nvim
Submodule
Submodule nvim/.config/nvim added at f17e83010f
2
ssh/.ssh/config
Normal file
2
ssh/.ssh/config
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Host *
|
||||||
|
IdentityFile /home/matt/.ssh/id_ed25519_sk
|
Reference in New Issue
Block a user