]> git.rmz.io Git - dotfiles.git/blobdiff - gitconfig
no need for sudo here
[dotfiles.git] / gitconfig
index 2f3dd379937709b2151a9eb865f90bcf51402325..ad77f5c9d2b02f427ac45bf413af3d8db47e9d69 100644 (file)
--- a/gitconfig
+++ b/gitconfig
        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