-
-
Save ericday97/ce0154e677fdb9c8f7af2dbfc7e6131b to your computer and use it in GitHub Desktop.
A Chocolatey script for PowerShell I use to set up my Windows development environment. I use this when setting up my own Dev VMs. Use at your own risk.See http://bit.ly/1a301JK and http://chocolatey.org/ for more information.
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
choco install 7zip -y | |
# choco install adobereader -y | |
choco install agentransack -y | |
choco install autoit -y | |
# choco install azure-data-studio -y | |
# choco install dbatools -y | |
choco install ditto -y | |
# choco install docker-desktop -y | |
# choco install fiddler4 -y | |
choco install filezilla -y | |
choco install firacode -y | |
# choco install insomnia-rest-api-client -y | |
# choco install microsoft-teams -y | |
choco install mirth-administrator-launcher -y | |
# choco install nvm -y | |
choco install notepadplusplus -y | |
# choco install nswagstudio -y | |
choco install paint.net -y | |
choco install papercut -y | |
choco install postman -y | |
# choco install prefix -y | |
choco install rdcman -y | |
# choco install sql-server-2017 -y | |
# choco install sql-server-management-studio -y | |
choco install visualstudiocode -y | |
choco install winmerge -y | |
choco install wiztree -y |
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
# Install Chocolatey and applications | |
# Running this runs the above | |
iex ((new-object net.webClient).DownloadString('https://gist.githubusercontent.com/ericday97/ce0154e677fdb9c8f7af2dbfc7e6131b/raw/a37937964d5246c571d3987f438751f198f19423/chocolatey-env-setup.ps1')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment