]> git.rmz.io Git - dotfiles.git/blobdiff - gitconfig
git: use XDG_CONFIG_HOME
[dotfiles.git] / gitconfig
diff --git a/gitconfig b/gitconfig
deleted file mode 100644 (file)
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