2016-07-30 10:12:05 +01:00
|
|
|
Bootstrap from cmd.exe running as Administrator:
|
2016-07-30 09:37:20 +01:00
|
|
|
|
2016-07-30 10:43:48 +01:00
|
|
|
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/cyplo/dotfiles/master/windows_cygwin/bootstrap.ps1'))"
|
|
|
|
|
|
|
|
launch a normal user's cmd.exe and:
|
|
|
|
|
|
|
|
refreshenv
|
2016-07-30 10:12:05 +01:00
|
|
|
ssh-keygen -b 8192
|
2016-07-30 10:43:48 +01:00
|
|
|
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_cygwin\build.bat
|
|
|
|
|