From 6c5e0dcce8d1d7cba46a5aa0ea036ce304a838ff Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Tue, 22 Nov 2016 10:37:16 +0100 Subject: [PATCH] Use include in your gitconfig --- gitconfig => git/gitconfig | 5 ++--- make-links.sh | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) rename gitconfig => git/gitconfig (78%) diff --git a/gitconfig b/git/gitconfig similarity index 78% rename from gitconfig rename to git/gitconfig index 0220412..9d8070c 100644 --- a/gitconfig +++ b/git/gitconfig @@ -1,6 +1,3 @@ -[user] - name = Thomas FORGIONE - email = thomas.forgione@gmail.com [credential] helper = cache [push] @@ -20,3 +17,5 @@ quotepath = false [merge] tool=meld +[commit] + gpgsign = true diff --git a/make-links.sh b/make-links.sh index ffa7767..9281095 100755 --- a/make-links.sh +++ b/make-links.sh @@ -17,7 +17,6 @@ function main { make_link vimrc .vimrc make_link ycm_extra_conf.py .vim/ycm_extra_conf.py make_link awesome .config/awesome - make_link gitconfig .gitconfig }