dotfiles/windows_cygwin/build.ps1

13 lines
246 B
PowerShell
Raw Normal View History

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