1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/git/.gitconfig

23 lines
391 B
INI
Raw Normal View History

2016-11-09 13:09:59 +00:00
[name]
name = Ryan
email = ryan@andthensome.nl
[core]
2019-03-24 16:34:26 +00:00
editor = nvim
2017-04-23 04:01:16 +00:00
excludesfile = /home/alrayyes/.gitignore_global
2016-11-09 13:09:59 +00:00
[push]
default = matching
[user]
2018-10-21 12:02:10 +00:00
email = alrayyes@gmail.com
name = Ryan Kes
2016-12-30 20:39:57 +00:00
signingkey = alrayyes@gmail.com
2019-03-29 10:29:54 +00:00
[sendemail]
confirm = auto
[sendemail]
2019-03-29 10:30:41 +00:00
smtpEncryption = tls
2019-03-29 10:29:54 +00:00
smtpServer = /usr/bin/msmtp
confirm = auto
chainreplyto = false