X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=d59568ff712b6b7db01e0a1df3c4eb037cc5349b;hb=3d813d58d987714c1be95a7f963df9ba2453bbe7;hp=bedc5bb214df55792a7f16934fb4df6c0848e969;hpb=46953503debf7cdcd6a471cd12c97dcfd49191a8;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index bedc5bb..d59568f 100755 --- a/setup.sh +++ b/setup.sh @@ -21,7 +21,9 @@ . ../lib.sh if installed git; then - generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os` + generate m4 gitconfig \ + -DGITIGNORE=`pwd`/gitignore \ + -DOS=`os` link gitconfig ~/.gitconfig fi @@ -30,7 +32,9 @@ if installed tig; then fi if installed hg; then - generate m4 hgrc -DHGIGNORE=`pwd`/hgignore -DOS=`os` + generate m4 hgrc \ + -DHGIGNORE=`pwd`/hgignore \ + -DOS=`os` link hgrc ~/.hgrc fi