diff install.sh @ 124:20c49d51f7e3

Added `.gitconfig`.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Mar 2013 12:48:38 -0800
parents b96ff0dd0137
children 70d3ec19bef2
line wrap: on
line diff
--- a/install.sh	Tue Feb 19 17:44:57 2013 -0800
+++ b/install.sh	Tue Mar 05 12:48:38 2013 -0800
@@ -20,3 +20,8 @@
 echo [extensions] >> "$HOME/.hgrc"
 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc"
 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "$HOME/.hgrc"
+
+# GIT
+# ---
+cp "$CWD/git/gitconfig" "$HOME/.gitconfig"
+