X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=06585379f22d3460fc2d227fe736a735f66dd6eb;hb=530e9d8086345ec7013902f97a473d3eca52a2fb;hp=4b5fc72b8e3b2b05eb1d02c9a9ae90f0f76556d2;hpb=f72da7852fe0e689875030ec2972f3198be91458;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 4b5fc72..0658537 100755 --- a/setup.sh +++ b/setup.sh @@ -30,10 +30,8 @@ if installed git; then PATIENCE=--patience fi - generate gitconfig .m4 m4 \ - -DPATIENCE="$PATIENCE" \ - -DOS=`os` \ - -DPWD="`pwd`" + generate gitconfig .in simple_cpp \ + PATIENCE PWD -- "$PATIENCE" "`pwd`" link gitconfig ~/.gitconfig fi @@ -42,8 +40,6 @@ if installed tig; then fi if installed hg; then - generate hgrc .m4 m4 \ - -DOS=`os` link hgrc ~/.hgrc fi