Mercurial > dotfiles
diff install.sh @ 334:8e28cc541519
Add Vimperator configuration.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Dec 2015 19:04:28 -0800 |
parents | 252fda0d7c60 |
children | 4c2527e1a313 |
line wrap: on
line diff
--- a/install.sh Tue Dec 22 19:02:30 2015 -0800 +++ b/install.sh Tue Dec 22 19:04:28 2015 -0800 @@ -42,6 +42,9 @@ echo set runtimepath=~/.pentadactyl,$CWD/pentadactyl > "$HOME/.pentadactylrc" echo source "$CWD/pentadactyl/pentadactylrc" >> "$HOME/.pentadactylrc" +echo set runtimepath=~/.vimperator,$CWD/vimperator > "$HOME/.vimperatorrc" +echo source "$CWD/vimperator/vimperatorrc" >> "$HOME/.vimperatorrc" + # TMUX # ---- ln -s "$CWD/tmux/tmux.conf" "$HOME/.tmux.conf"