From 0a441c0017522f864129c2b41096aa4a75098d47 Mon Sep 17 00:00:00 2001 From: brahmajit das Date: Sat, 18 Jun 2022 10:53:52 +0530 Subject: config: git: signing key and email changed Signed-off-by: brahmajit das --- .config/git/config | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config index eaa4afe..8a4f2bb 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,5 +1,5 @@ [core] - pager = nvim -R - + pager = nvim -u NONE -R - [color] ui = false [commit] @@ -12,14 +12,17 @@ cmd = nvim -d $LOCAL $REMOTE [difftool] prompt = false -;[pager] - ;diff = [diff] tool = vimdiff - ;external = $HOME/.local/bin/vim_wrapper.sh [user] - email = listout@protonmail.com - name = listout + email = brahmajit.xyz@gmail.com + name = brahmajit das + signingkey = brahmajit.xyz@gmail.com +[sendemail] + smtpserver = smtp.googlemail.com + smtpencryption = tls + smtpserverport = 587 + smtpuser = brahmajit.xyz@gmail.com [alias] # list files which have changed since REVIEW_BASE # (REVIEW_BASE defaults to 'master' in my zshrc) -- cgit v1.2.3