dotfiles/windows
2019-05-19 21:41:17 +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 Windows upgrade fix (#116) 2017-05-14 13:05:54 +01:00
build_insider.sh Do not install custom vim by default 2019-05-19 21:41:17 +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