comparison 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
comparison
equal deleted inserted replaced
333:e0f8641ed31e 334:8e28cc541519
49 del /Q "%userprofile%\_pentadactylrc" 49 del /Q "%userprofile%\_pentadactylrc"
50 ) 50 )
51 echo set runtimepath=~/.pentadactyl,%CWD:\=/%pentadactyl > "%userprofile%\_pentadactylrc" 51 echo set runtimepath=~/.pentadactyl,%CWD:\=/%pentadactyl > "%userprofile%\_pentadactylrc"
52 echo source %CWD:\=/%pentadactyl/pentadactylrc >> "%userprofile%\_pentadactylrc" 52 echo source %CWD:\=/%pentadactyl/pentadactylrc >> "%userprofile%\_pentadactylrc"
53 53
54 if exist "%userprofile%\_vimperatorrc" (
55 set /P confirm=Will delete existing "%userprofile%\_vimperatorrc". OK with that? Press CTRL-C to abort.
56 del /Q "%userprofile%\_vimperatorrc"
57 )
58 echo set runtimepath=~/.vimperator,%CWD:\=/%vimperator > "%userprofile%\_vimperatorrc"
59 echo source %CWD:\=/%vimperator/vimperatorrc >> "%userprofile%\_vimperatorrc"
60
54 :: Console 2 61 :: Console 2
55 if exist "%appdata%\Console\console.xml" ( 62 if exist "%appdata%\Console\console.xml" (
56 set /P confirm=Will delete existing Console2 settings. OK with that? Press CTRL-C to abort. 63 set /P confirm=Will delete existing Console2 settings. OK with that? Press CTRL-C to abort.
57 del /Q "%appdata%\Console\console.xml" 64 del /Q "%appdata%\Console\console.xml"
58 ) 65 )