]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - setup.sh
tigrc: Add. Tig is the console equivalent of gitk.
[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 tig; then
12     link tigrc ~/.tigrc
13 fi
14
15 if installed hg; then
16     link hgrc ~/.hgrc
17     link hgignore ~/.hgignore
18 fi