dotfiles/windows_cygwin
Cyryl Płotnicki-Chudyk 2ce24829c5 Revert "add c# programming tools for windows"
This reverts commit 218674ab69efc9158943e5d9fcfef667b0bbbe59.
2016-08-05 13:46:58 +02:00
..
bootstrap.ps1 try to make bootstrap executable remotely 2016-07-30 11:12:05 +02:00
build.bat Revert "add c# programming tools for windows" 2016-08-05 13:46:58 +02:00
build_insider.sh install python-pip manually on cygwin 2016-08-05 10:27:31 +02:00
README.md add all initial steps to readme for windows 2016-07-30 11:43:48 +02: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_cygwin/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_cygwin\build.bat