dotfiles/windows
Cyryl Płotnicki 3b3a393829 Do not fail on CI when not on the branch
Helpful for AppVeyor's non-branch checkouts
2016-11-04 07:48:38 +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 Use copy instead of xcopy to copy single file 2016-11-04 07:08:31 +01:00
build_insider.sh Do not fail on CI when not on the branch 2016-11-04 07:48:38 +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