Mercurial > dotfiles
comparison install.cmd @ 348:976988492a8f
Install `plink` as Git's SSH handler on Windows.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 14 Mar 2016 21:02:18 -0700 |
parents | 2567818b6397 |
children | 5ae26582454e |
comparison
equal
deleted
inserted
replaced
347:4d73159f56ca | 348:976988492a8f |
---|---|
62 set /P confirm=Will delete existing Console2 settings. OK with that? Press CTRL-C to abort. | 62 set /P confirm=Will delete existing Console2 settings. OK with that? Press CTRL-C to abort. |
63 del /Q "%appdata%\Console\console.xml" | 63 del /Q "%appdata%\Console\console.xml" |
64 ) | 64 ) |
65 if not exist "%appdata%\Console" mkdir "%appdata%\Console" | 65 if not exist "%appdata%\Console" mkdir "%appdata%\Console" |
66 copy "%CWD%console.xml" "%appdata%\Console\console.xml" | 66 copy "%CWD%console.xml" "%appdata%\Console\console.xml" |
67 | |
68 setx GIT_SSH=%USERPROFILE%\Dropbox\Utilities\plink.exe | |
69 |