dotfiles/windows
2016-11-01 18:24:18 +01:00
..
.minttyrc Rename windows bootstrapping directory 2016-11-01 13:42:41 +01:00
bootstrap.ps1 Rename windows bootstrapping directory 2016-11-01 13:42:41 +01:00
build.bat Add rvm dependencies to cygwin 2016-11-01 14:58:13 +01:00
build_insider.sh Do not fail on lack of secret git keys 2016-11-01 18:24:18 +01:00
README.md Fix path to the bootstrapper in the README doc 2016-11-01 13:56:18 +01:00

Bootstrap from cmd.exe running as Administrator:

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/cyplo/dotfiles/master/windows/bootstrap.ps1'))"

launch a normal user's cmd.exe and:

refreshenv
ssh-keygen -b 8192
type .ssh\id_rsa.pub
# add this key to github
mkdir dev
cd dev
git clone git@github.com:cyplo/dotfiles.git

launch new cmd.exe as Administrator and:

cd %HOMEPATH%\dev\dotfiles
windows\build.bat