X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=c61c00dcdfbc8d97f4fc16c08a860bc6a60ff532;hb=469dfb554f9ee2f50c6df74372342abe8a229c0c;hp=2747b9235d4533990ea361ae4a4c8c5d08e99ac2;hpb=e4c16ff97afe69adec52cbbf4b4d66455d4a3371;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 2747b92..c61c00d 100755 --- a/setup.sh +++ b/setup.sh @@ -18,6 +18,8 @@ # along with this program. If not, see . +set -e + . ../lib.sh if installed git; then @@ -28,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 @@ -41,7 +42,6 @@ fi if installed hg; then generate m4 hgrc \ - -DHGIGNORE=`pwd`/hgignore \ -DOS=`os` link hgrc ~/.hgrc fi