dotfiles/windows_cygwin/build.ps1
Cyryl Płotnicki-Chudyk 9dad4b01ef add cygwin git package
2016-07-28 11:44:07 +02:00

13 lines
246 B
PowerShell
Executable file

# install Chocolatey
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
# install base tools
choco install -y firefox
choco install -y googlechrome
# install cygwin and all things inside
choco install -y cygwin cyg-get
cyg-get git