From f6cc587bd3e3dfd050d00df419147eb8a78e4a06 Mon Sep 17 00:00:00 2001 From: David Senoner Date: Fri, 21 Jun 2024 17:46:02 +0200 Subject: [PATCH] Git xonfig with name email and editors --- .gitconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..45bac2d --- /dev/null +++ b/.gitconfig @@ -0,0 +1,14 @@ +[user] + name = David Senoner + email = seda18@rolmail.net +[core] + editor = nvim +[advice] + addIgnoredFile = false +[color] + ui = auto +[sendemail] + smtpencryption = tls + smtpserver = smtp.konmail.net + smtpuser = seda18@rolmail.net + smtpserverport = 587