]> git.rmz.io Git - dotfiles.git/blobdiff - git/config
git: use XDG_CONFIG_HOME
[dotfiles.git] / git / config
diff --git a/git/config b/git/config
new file mode 100644 (file)
index 0000000..bfbfc4c
--- /dev/null
@@ -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