Mercurial > dotfiles
comparison install.sh @ 134:70d3ec19bef2
Install Vimperator config file.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 03 Oct 2013 07:52:30 -0700 |
parents | 20c49d51f7e3 |
children | 1ba0daaa8e4e |
comparison
equal
deleted
inserted
replaced
133:a9b32a49d0bd | 134:70d3ec19bef2 |
---|---|
23 | 23 |
24 # GIT | 24 # GIT |
25 # --- | 25 # --- |
26 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" | 26 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" |
27 | 27 |
28 # WEB BROWSER | |
29 # ----------- | |
30 ln -s "$CWD/vimperatorrc" "$HOME/.vimperatorrc" | |
31 |