feat: major update to all configs

- move older config to archive

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2026-03-26 12:07:53 +05:30
committed by Morumotto
parent 4555248b72
commit c2786c7f96
67 changed files with 881 additions and 772 deletions
+14 -10
View File
@@ -1,5 +1,5 @@
[init]
templateDir = /home/avinal/.git-template
templateDir = ~/.git-template
[rh-pre-commit]
checkSecrets = true
enableLocalConfig = false
@@ -12,17 +12,21 @@
[gpg]
program = gpg
[credential]
helper = store
helper = /usr/libexec/git-core/git-credential-libsecret
[core]
editor = hx
[merge]
conflictstyle = zdiff3
[diff]
colorMoved = default
[rh-pre-commit "commit-msg"]
signOff = true
[sendemail]
smtpServer = smtp.gmail.com
smtpEncryption = tls
smtpServerPort = 587
confirm = always
suppresscc = self
smtpUser = avinal.xlvii@gmail.com
from = "Avinal Kumar <avinal.xlvii@gmail.com>"
cc = "Avinal Kumar <avinal.xlvii@gmail.com>"
smtpServer = smtp.gmail.com
smtpEncryption = tls
smtpServerPort = 587
confirm = always
suppresscc = self
smtpUser = avinal.xlvii@gmail.com
from = "Avinal Kumar <avinal.xlvii@gmail.com>"
cc = "Avinal Kumar <avinal.xlvii@gmail.com>"