]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
tig.pl: Add, tig-like log view.
[config/dotfiles.git] / setup.sh
index 0ef9e6af12dcdc7067a3195ef52abd6296a6ba98..2747b9235d4533990ea361ae4a4c8c5d08e99ac2 100755 (executable)
--- 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