5 lines
166 B
Batchfile
5 lines
166 B
Batchfile
choco install -y firefox googlechrome wget
|
|
wget -c https://cygwin.com/setup-x86_64.exe
|
|
REM cygwin installation
|
|
setup-x86_64 -R "C:\cygwin" -Pg curl,zsh,git,vim,wget
|
|
|