Added gitconfig

This commit is contained in:
Thomas FORGIONE 2016-08-23 10:15:32 +02:00
parent be85b38908
commit 2cfef9c92e
2 changed files with 23 additions and 0 deletions

22
gitconfig Normal file
View File

@ -0,0 +1,22 @@
[user]
name = Thomas FORGIONE
email = thomas.forgione@gmail.com
[credential]
helper = cache
[push]
default = simple
[diff]
tool = vimdiff
[difftool]
prompt = false
[alias]
d = difftool
co = checkout
st = status
ci = commit
[log]
date = local
[core]
quotepath = false
[merge]
tool=meld

View File

@ -10,3 +10,4 @@ function make_link {
make_link zshrc .zshrc
make_link init.vim .config/nvim/init.vim
make_link awesome .config/awesome
make_link gitconfig .gitconfig