dotfiles/windows_cygwin/bootstrap.bat

5 lines
250 B
Batchfile
Raw Normal View History

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
refreshenv
choco install -y git win32-openssh