X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ba37fa63e8cdedbe958ab51a6aaddcfa4ed2f65d..2a83324d56b554696044410179b6eae122e95eca:/gitconfig diff --git a/gitconfig b/gitconfig deleted file mode 100644 index ad77f5c..0000000 --- a/gitconfig +++ /dev/null @@ -1,23 +0,0 @@ -[user] - name = Samir Benmendil - email = samir.benmendil@gmail.com -[core] - excludesfile = /home/ramsi/.gitignore_global -[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