]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
gitconfig.m4: Improve comments.
[config/dotfiles.git] / setup.sh
index 283a8ee531213f52d0e4415266593a98dea12fd8..2fd5d54cb767f2aa8f14292eb7f1ea19fe6dd23d 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -6,11 +6,10 @@
 . ../lib.sh
 
 # Generate gitconfig.
-m4 gitconfig -DHOME=$HOME -DOS=`os`
+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