Mercurial > dotfiles
comparison install.cmd @ 297:9056a39ef016
Move `pentadactylrc` to a subfolder, update install scripts.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 21 Apr 2015 16:30:18 -0700 |
parents | 6938fb0146f5 |
children | 65165c2de85e |
comparison
equal
deleted
inserted
replaced
296:875857ed8004 | 297:9056a39ef016 |
---|---|
45 :: Web Browser | 45 :: Web Browser |
46 if exist "%userprofile%\_pentadactylrc" ( | 46 if exist "%userprofile%\_pentadactylrc" ( |
47 set /P confirm=Will delete existing "%userprofile%\_pentadactylrc". OK with that? Press CTRL-C to abort. | 47 set /P confirm=Will delete existing "%userprofile%\_pentadactylrc". OK with that? Press CTRL-C to abort. |
48 del /Q "%userprofile%\_pentadactylrc" | 48 del /Q "%userprofile%\_pentadactylrc" |
49 ) | 49 ) |
50 echo source %CWD:\=/%pentadactylrc > "%userprofile%\_pentadactylrc" | 50 echo set runtimepath=~/.pentadactyl,%CWD:\=/%pentadactyl > "%userprofile%\_pentadactylrc" |
51 echo source %CWD:\=/%pentadactyl/pentadactylrc >> "%userprofile%\_pentadactylrc" | |
51 | 52 |
52 :: Console 2 | 53 :: Console 2 |
53 if exist "%appdata%\Console\console.xml" ( | 54 if exist "%appdata%\Console\console.xml" ( |
54 set /P confirm=Will delete existing Console2 settings. OK with that? Press CTRL-C to abort. | 55 set /P confirm=Will delete existing Console2 settings. OK with that? Press CTRL-C to abort. |
55 del /Q "%appdata%\Console\console.xml" | 56 del /Q "%appdata%\Console\console.xml" |