diff --git a/git/.gitconfig b/git/.gitconfig index 149f5a8..8baffb2 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,22 +1,9 @@ -[name] - name = Ryan - email = ryan@andthensome.nl - [core] - editor = nvim + editor = emacs excludesfile = /home/alrayyes/.gitignore_global - -[push] - default = matching [user] email = ryan@ryankes.eu name = Ryan Kes signingkey = ryan@ryankes.eu -[sendemail] - confirm = auto - -[sendemail] - smtpEncryption = tls - smtpServer = /usr/bin/msmtp - confirm = auto - chainreplyto = false +[push] + default = matching