]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - setup.sh
setup.sh: Remove some unnecessary comments.
[config/dotfiles.git] / setup.sh
1 #!/bin/sh
2
3 # Setup script for VCS configuration files.
4
5
6 . ../lib.sh
7
8 generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os`
9 link gitconfig ~/.gitconfig
10
11 if installed hg; then
12     link hgrc ~/.hgrc
13     link hgignore ~/.hgignore
14 fi