From 2dc49ee201572d819a08ccbcba6d59f0d05afc46 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Thu, 24 Jan 2019 18:16:43 +0200 Subject: [PATCH] Add email config and password storage in gnome-keyring --- .gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitconfig b/.gitconfig index a64e2c6..7988ef1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,3 +12,12 @@ path = firefox-developer-edition [instaweb] httpd = webrick +[core] + editor = nano +[credential] + helper = /usr/lib/git-core/git-credential-libsecret +[sendemail] + smtpEncryption = tls + smtpServer = smtp.gmail.com + smtpUser = arti.zirk@gmail.com + smtpServerPort = 587