From a0a2ecbee2c0aacc8c2015c158e89d07da319dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Fri, 9 May 2025 22:16:47 +0200 Subject: [PATCH] git: add gitconfig --- .gitconfig | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 00000000..87620a7a --- /dev/null +++ b/.gitconfig @@ -0,0 +1,23 @@ +[user] + name = Petar Kapriš + email = kayprish@bonsai.cool +[sendemail] + smtpServer = mail.bonsai.cool + from = petarkapris@firemail.cc + smtpUser = kayprish.bonsai.cool + smtpencryption = tls + smtpserverport = 587 + suppresscc = self + chainreplyto = false + +[init] + defaultBranch = master + +[core] + editor = vim +[color "status"] + branch = magenta + untracked = cyan + unmerged = yellow +[alias] + staash = stash --all