dotfiles/windows
2017-01-24 19:53:30 +00: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 basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
build_insider.sh Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00: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