git: add gpg key config

This commit is contained in:
2026-03-30 21:51:38 +03:00
parent 7f7f000c4e
commit af81f4eda8

View File

@@ -1,6 +1,7 @@
[user] [user]
email = daniil@tsivinsky.com email = daniil@tsivinsky.com
name = Daniil Tsivinsky name = Daniil Tsivinsky
signingkey = 2257F54B99322715
[core] [core]
editor = nvim editor = nvim
[init] [init]
@@ -25,3 +26,7 @@
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f
process = git-lfs filter-process process = git-lfs filter-process
required = true required = true
[commit]
gpgsign = true
[tag]
gpgSign = true