git: add gitconfig

This commit is contained in:
Petar Kapriš 2025-05-09 22:16:47 +02:00
parent a8742a7cb7
commit a0a2ecbee2

23
.gitconfig Normal file
View file

@ -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