X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=d13b36fa27cc468efd33ae23ec851816a1b9053c;hb=34380350ab6a9207aa210cf8bdc23618d10b0fff;hp=abdbc652f51d3590d9d0e7a7f585380900e0ed8c;hpb=7ae5d9ba71e8eaafaf82d31dba7cd4c2d759ad03;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index abdbc65..d13b36f 100755 --- a/setup.sh +++ b/setup.sh @@ -5,14 +5,17 @@ . ../lib.sh -generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os` -link gitconfig ~/.gitconfig +if installed git; then + generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os` + link gitconfig ~/.gitconfig +fi if installed tig; then link tigrc ~/.tigrc fi if installed hg; then + generate m4 hgrc -DOS=`os` link hgrc ~/.hgrc link hgignore ~/.hgignore fi