Rename windows bootstrapping directory

This commit is contained in:
Cyryl Plotnicki 2016-11-01 13:42:41 +01:00
parent 88ad7a45b9
commit 471f6dfdfd
6 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
.vim/.netrwhist
.vim/bundle/*
!.vim/bundle/Vundle.vim
setup*.exe
*mirror*cygwin*/

2
windows_cygwin/build.bat → windows/build.bat Executable file → Normal file
View file

@ -1,5 +1,5 @@
@echo on
choco install -y --allowEmptyChecksum firefox googlechrome wget notepadplusplus sublimetext3 mono monodevelop gtksharp visualstudiocode microsoft-build-tools visualstudio2015community p4merge dotnet4.5 ruby nodejs.install stylecop
choco install -y --allowEmptyChecksum firefox googlechrome wget notepadplusplus sublimetext3 mono monodevelop gtksharp visualstudiocode microsoft-build-tools visualstudio2015community p4merge dotnet4.5 ruby nodejs.install stylecop conemu dejavufonts
call refreshenv
wget -c https://cygwin.com/setup-x86_64.exe

View file