Mercurial > dotfiles
diff install.cmd @ 334:8e28cc541519
Add Vimperator configuration.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Dec 2015 19:04:28 -0800 |
parents | 252fda0d7c60 |
children | 2567818b6397 |
line wrap: on
line diff
--- a/install.cmd Tue Dec 22 19:02:30 2015 -0800 +++ b/install.cmd Tue Dec 22 19:04:28 2015 -0800 @@ -51,6 +51,13 @@ echo set runtimepath=~/.pentadactyl,%CWD:\=/%pentadactyl > "%userprofile%\_pentadactylrc" echo source %CWD:\=/%pentadactyl/pentadactylrc >> "%userprofile%\_pentadactylrc" +if exist "%userprofile%\_vimperatorrc" ( + set /P confirm=Will delete existing "%userprofile%\_vimperatorrc". OK with that? Press CTRL-C to abort. + del /Q "%userprofile%\_vimperatorrc" +) +echo set runtimepath=~/.vimperator,%CWD:\=/%vimperator > "%userprofile%\_vimperatorrc" +echo source %CWD:\=/%vimperator/vimperatorrc >> "%userprofile%\_vimperatorrc" + :: Console 2 if exist "%appdata%\Console\console.xml" ( set /P confirm=Will delete existing Console2 settings. OK with that? Press CTRL-C to abort.