Mercurial > dotfiles
comparison install.sh @ 41:b5f45325f37a
Fixed Unix install/uninstall scripts.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 19:32:05 -0800 |
parents | 92926116c4dd |
children | d753f7893361 |
comparison
equal
deleted
inserted
replaced
40:92926116c4dd | 41:b5f45325f37a |
---|---|
6 ln -s "$CWD/vim/vimrc" "$HOME/.vimrc" | 6 ln -s "$CWD/vim/vimrc" "$HOME/.vimrc" |
7 | 7 |
8 echo %include $CWD/hgrc/hgrc > "$HOME/.hgrc" | 8 echo %include $CWD/hgrc/hgrc > "$HOME/.hgrc" |
9 echo [extensions] >> "$HOME/.hgrc" | 9 echo [extensions] >> "$HOME/.hgrc" |
10 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc" | 10 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc" |
11 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini" | 11 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "$HOME/.hgrc" |
12 | 12 |
13 ln -s "$CWD/hgrc/hgignore" "$HOME/.hgignore" | 13 ln -s "$CWD/hgrc/hgignore" "$HOME/.hgignore" |
14 | 14 |