X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=c61c00dcdfbc8d97f4fc16c08a860bc6a60ff532;hb=469dfb554f9ee2f50c6df74372342abe8a229c0c;hp=e2e1edd7ebaefeeb57aa8475b2e74903dc0d54d4;hpb=43c920771edb6c465a3f21541bf6e4137ed9e023;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index e2e1edd..c61c00d 100755 --- a/setup.sh +++ b/setup.sh @@ -30,10 +30,9 @@ if installed git; then fi generate m4 gitconfig \ - -DGITIGNORE=`pwd`/gitignore \ -DPATIENCE="$PATIENCE" \ -DOS=`os` \ - -DTIG="`pwd`/tig.pl" + -DPWD="`pwd`" link gitconfig ~/.gitconfig fi @@ -43,7 +42,6 @@ fi if installed hg; then generate m4 hgrc \ - -DHGIGNORE=`pwd`/hgignore \ -DOS=`os` link hgrc ~/.hgrc fi