]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - setup.sh
cvsrc: Add.
[config/dotfiles.git] / setup.sh
1 #!/bin/sh
2
3 # Setup script for VCS configuration files.
4
5
6 . ../lib.sh
7
8 if installed git; then
9     generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os`
10     link gitconfig ~/.gitconfig
11 fi
12
13 if installed tig; then
14     link tigrc ~/.tigrc
15 fi
16
17 if installed hg; then
18     generate m4 hgrc -DHGIGNORE=`pwd`/hgignore -DOS=`os`
19     link hgrc ~/.hgrc
20 fi
21
22 if installed cvs; then
23     link cvsrc ~/.cvsrc
24 fi