X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=2fd5d54cb767f2aa8f14292eb7f1ea19fe6dd23d;hb=d14336e064d7dfb8d3bc1705c04cec36a0704dc0;hp=965485cbc6a6d22aadfc32ac7ab073fe5c297fba;hpb=015884081994883875330e9d81218f0c2eb92288;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 965485c..2fd5d54 100755 --- a/setup.sh +++ b/setup.sh @@ -1,14 +1,15 @@ +#!/bin/sh + # Setup script for VCS configuration files. . ../lib.sh # Generate gitconfig. -m4 gitconfig -DHOME=$HOME +generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os` # Link setup. link gitconfig ~/.gitconfig -link gitignore ~/.gitignore if installed hg; then link hgrc ~/.hgrc link hgignore ~/.hgignore