Mercurial > dotfiles
comparison install.sh @ 292:6938fb0146f5
Add stuff to `gitconfig`, use better installation for it.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 20 Mar 2015 15:15:20 -0700 |
parents | 65a5097587d4 |
children | 9056a39ef016 |
comparison
equal
deleted
inserted
replaced
291:aac9b5b1f921 | 292:6938fb0146f5 |
---|---|
32 echo terse-status = $CWD/lib/hg/terse-status/terse-status.py >> "$HOME/.hgrc" | 32 echo terse-status = $CWD/lib/hg/terse-status/terse-status.py >> "$HOME/.hgrc" |
33 echo remotenames = $CWD/lib/hg/hgremotenames/remotenames.py >> "$HOME/.hgrc" | 33 echo remotenames = $CWD/lib/hg/hgremotenames/remotenames.py >> "$HOME/.hgrc" |
34 | 34 |
35 # GIT | 35 # GIT |
36 # --- | 36 # --- |
37 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" | 37 ln -s "$CWD/git/gitconfig" "$HOME/.gitconfig" |
38 | 38 |
39 # WEB BROWSER | 39 # WEB BROWSER |
40 # ----------- | 40 # ----------- |
41 ln -s "$CWD/pentadactylrc" "$HOME/.pentadactylrc" | 41 ln -s "$CWD/pentadactylrc" "$HOME/.pentadactylrc" |
42 | 42 |