]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
hgrc: Also don't use pager for view and clone.
[config/dotfiles.git] / setup.sh
index fab36587ab10df2d6c53d4bbb5f0db801c0d5606..d07008573dc7b7bdf7a1954ea2019e15443decea 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -8,7 +8,12 @@
 generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os`
 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