X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=2747b9235d4533990ea361ae4a4c8c5d08e99ac2;hb=e4c16ff97afe69adec52cbbf4b4d66455d4a3371;hp=0ef9e6af12dcdc7067a3195ef52abd6296a6ba98;hpb=d3c0e6c29fea493fcce8314c93dcffb04b019d7b;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 0ef9e6a..2747b92 100755 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ # Setup script for VCS configuration files. -# Copyright (C) 2011-2012 Simon Ruderich +# Copyright (C) 2011-2013 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -30,7 +30,8 @@ if installed git; then generate m4 gitconfig \ -DGITIGNORE=`pwd`/gitignore \ -DPATIENCE="$PATIENCE" \ - -DOS=`os` + -DOS=`os` \ + -DTIG="`pwd`/tig.pl" link gitconfig ~/.gitconfig fi