# HG changeset patch # User Ludovic Chabant # Date 1385007990 28800 # Node ID 501de71d020e368ae5caadece069531e5aa29215 # Parent 0cf7d2e05865becf7ec1ca674bf98d740adb4366# Parent 2e1f9a40a36acfe52c599a8782242299d07de33e Merged changes. diff -r 0cf7d2e05865 -r 501de71d020e console.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/console.xml Wed Nov 20 20:26:30 2013 -0800 @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 0cf7d2e05865 -r 501de71d020e install.cmd --- a/install.cmd Wed Nov 20 20:24:46 2013 -0800 +++ b/install.cmd Wed Nov 20 20:26:30 2013 -0800 @@ -35,3 +35,17 @@ ) 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" +) +echo source %CWD:\=/%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. + del /Q "%appdata%\Console\console.xml" +) +if not exist "%appdata%\Console" mkdir "%appdata%\Console" +copy "%CWD%console.xml" "%appdata%\Console\console.xml"