Mercurial > dotfiles
comparison install.sh @ 30:8b67136af5b7
Now generating .hgrc for locating hg-git.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 21 Nov 2011 21:32:13 -0800 |
parents | 5db6b52ebf51 |
children | 8c7a7782a2a1 |
comparison
equal
deleted
inserted
replaced
29:8368bbb1ba27 | 30:8b67136af5b7 |
---|---|
2 | 2 |
3 CWD="$( cd "$( dirname "$0" )" && pwd )" | 3 CWD="$( cd "$( dirname "$0" )" && pwd )" |
4 | 4 |
5 ln -s "$CWD/vim" "$HOME/.vim" | 5 ln -s "$CWD/vim" "$HOME/.vim" |
6 ln -s "$CWD/vim/vimrc" "$HOME/.vimrc" | 6 ln -s "$CWD/vim/vimrc" "$HOME/.vimrc" |
7 ln -s "$CWD/hgrc/hgrc" "$HOME/.hgrc" | |
8 | 7 |
8 echo %include $CWD/hgrc/hgrc > $HOME/.hgrc | |
9 echo [extensions] >> $HOME/.hgrc | |
10 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> $HOME/.hgrc | |
11 |