🔧 add gpg to gitconfig
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
d09d7fc595
commit
a2fae459fb
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
||||||
[user]
|
[user]
|
||||||
email = kjelsrudsindre@gmail.com
|
email = kjelsrudsindre@gmail.com
|
||||||
name = Sindre Kjelsrud
|
name = Sindre Kjelsrud
|
||||||
|
signingkey = 9E311661E72C4C17C8A91C81D2BBDF3EDE6BA9A6
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
[gpg]
|
||||||
|
program = gpg
|
||||||
|
|
Loading…
Reference in a new issue