Rename windows bootstrapping directory
This commit is contained in:
parent
88ad7a45b9
commit
471f6dfdfd
6 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,3 +2,5 @@
|
||||||
.vim/.netrwhist
|
.vim/.netrwhist
|
||||||
.vim/bundle/*
|
.vim/bundle/*
|
||||||
!.vim/bundle/Vundle.vim
|
!.vim/bundle/Vundle.vim
|
||||||
|
setup*.exe
|
||||||
|
*mirror*cygwin*/
|
||||||
|
|
2
windows_cygwin/build.bat → windows/build.bat
Executable file → Normal file
2
windows_cygwin/build.bat → windows/build.bat
Executable file → Normal file
|
@ -1,5 +1,5 @@
|
||||||
@echo on
|
@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
|
call refreshenv
|
||||||
|
|
||||||
wget -c https://cygwin.com/setup-x86_64.exe
|
wget -c https://cygwin.com/setup-x86_64.exe
|
0
windows_cygwin/build_insider.sh → windows/build_insider.sh
Executable file → Normal file
0
windows_cygwin/build_insider.sh → windows/build_insider.sh
Executable file → Normal file
Loading…
Reference in a new issue