]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
hgrc: Generate with m4 to allow different paths to hgk.
[config/dotfiles.git] / setup.sh
index 2fd5d54cb767f2aa8f14292eb7f1ea19fe6dd23d..d07008573dc7b7bdf7a1954ea2019e15443decea 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -5,12 +5,15 @@
 
 . ../lib.sh
 
-# Generate gitconfig.
 generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os`
-
-# Link setup.
 link gitconfig ~/.gitconfig
+
+if installed tig; then
+    link tigrc ~/.tigrc
+fi
+
 if installed hg; then
+    generate m4 hgrc -DOS=`os`
     link hgrc ~/.hgrc
     link hgignore ~/.hgignore
 fi