comparison 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
comparison
equal deleted inserted replaced
219:738c1a3ad786 220:1ba0daaa8e4e
34 del /Q "%userprofile%\.gitconfig" 34 del /Q "%userprofile%\.gitconfig"
35 ) 35 )
36 copy "%CWD%git\gitconfig" "%userprofile%\.gitconfig" 36 copy "%CWD%git\gitconfig" "%userprofile%\.gitconfig"
37 37
38 :: Web Browser 38 :: Web Browser
39 if exist "%userprofile%\_vimperatorrc" ( 39 if exist "%userprofile%\_pentadactylrc" (
40 set /P confirm=Will delete existing "%userprofile%\_vimperatorrc". OK with that? Press CTRL-C to abort. 40 set /P confirm=Will delete existing "%userprofile%\_pentadactylrc". OK with that? Press CTRL-C to abort.
41 del /Q "%userprofile%\_vimperatorrc" 41 del /Q "%userprofile%\_pentadactylrc"
42 ) 42 )
43 echo source %CWD:\=/%vimperatorrc > "%userprofile%\_vimperatorrc" 43 echo source %CWD:\=/%pentadactylrc > "%userprofile%\_pentadactylrc"
44 44
45 :: Console 2 45 :: Console 2
46 if exist "%appdata%\Console\console.xml" ( 46 if exist "%appdata%\Console\console.xml" (
47 set /P confirm=Will delete existing Console2 settings. OK with that? Press CTRL-C to abort. 47 set /P confirm=Will delete existing Console2 settings. OK with that? Press CTRL-C to abort.
48 del /Q "%appdata%\Console\console.xml" 48 del /Q "%appdata%\Console\console.xml"