Mercurial > dotfiles
comparison install.sh @ 220:1ba0daaa8e4e
Start using Pentadactyl instead of Vimperator.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 16 Sep 2014 17:01:06 -0700 |
parents | 70d3ec19bef2 |
children | facdcef5aa67 |
comparison
equal
deleted
inserted
replaced
219:738c1a3ad786 | 220:1ba0daaa8e4e |
---|---|
25 # --- | 25 # --- |
26 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" | 26 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" |
27 | 27 |
28 # WEB BROWSER | 28 # WEB BROWSER |
29 # ----------- | 29 # ----------- |
30 ln -s "$CWD/vimperatorrc" "$HOME/.vimperatorrc" | 30 ln -s "$CWD/pentadactylrc" "$HOME/.pentadactylrc" |
31 | 31 |