Last active
August 2, 2017 03:58
-
-
Save patrickhuber/9441dbd9c3dee3a09335 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# setup | |
Set-ExecutionPolicy AllSigned | |
# install chocolatey | |
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
# install packages | |
choco install firefox -y | |
choco install filezilla -y | |
choco install javaruntime -y | |
choco install 7zip -y | |
choco install ccleaner -y | |
choco install googledrive -y | |
choco install keepass -y | |
choco install notepadplusplus -y | |
choco install vagrant -y | |
choco install packer -y | |
choco install terraform -y | |
choco install vlc -y | |
choco install putty -y | |
choco install virtualbox -y | |
choco install python -y | |
choco install visualstudio2017enterprise -y | |
choco install git -y | |
choco install wget -y | |
choco install visualstudiocode -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment