Mercurial > dotfiles
comparison install.sh @ 124:20c49d51f7e3
Added `.gitconfig`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 05 Mar 2013 12:48:38 -0800 |
parents | b96ff0dd0137 |
children | 70d3ec19bef2 |
comparison
equal
deleted
inserted
replaced
123:7832fcb79e03 | 124:20c49d51f7e3 |
---|---|
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 | |
24 # GIT | |
25 # --- | |
26 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" | |
27 |