dotfiles/windows_cygwin
2016-09-10 15:19:33 +02:00
..
.minttyrc Add cygwin's mintty config 2016-08-21 18:21:48 +02:00
bootstrap.ps1 try to make bootstrap executable remotely 2016-07-30 11:12:05 +02:00
build.bat Merge branch 'master' into npm 2016-08-25 19:08:34 +02:00
build_insider.sh rebuild YCM on Linux but not under cygwin 2016-09-10 15:19:33 +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