X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ba37fa63e8cdedbe958ab51a6aaddcfa4ed2f65d..2a83324d56b554696044410179b6eae122e95eca:/git/config diff --git a/git/config b/git/config new file mode 100644 index 0000000..bfbfc4c --- /dev/null +++ b/git/config @@ -0,0 +1,21 @@ +[user] + name = Samir Benmendil + email = samir.benmendil@gmail.com +[color] + branch = auto + status = auto + ui = auto + diff = auto +[push] + default = simple +[diff] + tool = vimdiff +[color "diff"] + new = cyan bold + old = red bold + meta = green +[sendemail] + smtpencryption = tls + smtpserver = smtp.gmail.com + smtpuser = samir.benmendil@gmail.com + smtpserverport = 587