2016-07-28 10:19:05 +01:00
|
|
|
# install Chocolatey
|
|
|
|
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
|
|
|
|
|
|
|
|
# install base tools
|
2016-07-28 10:30:17 +01:00
|
|
|
choco install -y firefox
|
|
|
|
choco install -y googlechrome
|
2016-07-28 10:19:05 +01:00
|
|
|
|
|
|
|
# install cygwin and all things inside
|
2016-07-28 10:30:17 +01:00
|
|
|
choco install -y cygwin cyg-get
|
2016-07-28 10:44:07 +01:00
|
|
|
|
|
|
|
cyg-get git
|
|
|
|
|