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