Mercurial > dotfiles
comparison install.sh @ 225:facdcef5aa67
Add `allpaths` to the installer.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 18 Sep 2014 20:53:53 -0700 |
parents | 1ba0daaa8e4e |
children | 210c011ffd52 |
comparison
equal
deleted
inserted
replaced
224:4619b824e823 | 225:facdcef5aa67 |
---|---|
18 echo [ui] >> "$HOME/.hgrc" | 18 echo [ui] >> "$HOME/.hgrc" |
19 echo ignore = $CWD/hgrc/hgignore >> "$HOME/.hgrc" | 19 echo ignore = $CWD/hgrc/hgignore >> "$HOME/.hgrc" |
20 echo [extensions] >> "$HOME/.hgrc" | 20 echo [extensions] >> "$HOME/.hgrc" |
21 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc" | 21 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc" |
22 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "$HOME/.hgrc" | 22 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "$HOME/.hgrc" |
23 echo allpaths = $CWD/lib/hg/allpaths/allpaths.py >> "$HOME/.hgrc" | |
23 | 24 |
24 # GIT | 25 # GIT |
25 # --- | 26 # --- |
26 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" | 27 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" |
27 | 28 |