Mercurial > dotfiles
diff install.cmd @ 220:1ba0daaa8e4e
Start using Pentadactyl instead of Vimperator.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 16 Sep 2014 17:01:06 -0700 |
parents | 2e1f9a40a36a |
children | facdcef5aa67 |
line wrap: on
line diff
--- a/install.cmd Thu Sep 11 23:14:59 2014 -0700 +++ b/install.cmd Tue Sep 16 17:01:06 2014 -0700 @@ -36,11 +36,11 @@ copy "%CWD%git\gitconfig" "%userprofile%\.gitconfig" :: Web Browser -if exist "%userprofile%\_vimperatorrc" ( - set /P confirm=Will delete existing "%userprofile%\_vimperatorrc". OK with that? Press CTRL-C to abort. - del /Q "%userprofile%\_vimperatorrc" +if exist "%userprofile%\_pentadactylrc" ( + set /P confirm=Will delete existing "%userprofile%\_pentadactylrc". OK with that? Press CTRL-C to abort. + del /Q "%userprofile%\_pentadactylrc" ) -echo source %CWD:\=/%vimperatorrc > "%userprofile%\_vimperatorrc" +echo source %CWD:\=/%pentadactylrc > "%userprofile%\_pentadactylrc" :: Console 2 if exist "%appdata%\Console\console.xml" (