]> git.rmz.io Git - dotfiles.git/blob - gitconfig
fuck Xmodmap
[dotfiles.git] / gitconfig
1 [user]
2 name = Samir Benmendil
3 email = samir.benmendil@gmail.com
4 [core]
5 excludesfile = /home/ramsi/.gitignore_global
6 [color]
7 branch = auto
8 status = auto
9 ui = auto
10 diff = auto
11 [push]
12 default = simple
13 [diff]
14 tool = vimdiff
15 [color "diff"]
16 new = cyan bold
17 old = red bold
18 meta = green
19 [sendemail]
20 smtpencryption = tls
21 smtpserver = smtp.gmail.com
22 smtpuser = samir.benmendil@gmail.com
23 smtpserverport = 587