dotfiles/.gitconfig
2025-12-15 16:33:36 +01:00

24 lines
399 B
INI

[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
[include]
path = ~/.config/git/themes/catppuccin.gitconfig
[alias]
staash = stash --all