diff install.cmd @ 148:501de71d020e

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Nov 2013 20:26:30 -0800
parents 2e1f9a40a36a
children 1ba0daaa8e4e
line wrap: on
line diff
--- 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"