mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
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:
+14
-10
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user