Last active
July 19, 2023 18:01
-
-
Save eat-sleep-code/932ec7ee26c9e6489f363807d154187b to your computer and use it in GitHub Desktop.
Quickly Provision Common Software on a PC using Chocolatey
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 googlechrome -y | |
choco install adobereader -y | |
choco install speedtest -y | |
choco install git -y | |
choco install vscode -y | |
choco install dotnet-sdk -y | |
choco install python -y | |
choco install nodejs -y | |
npm upgrade -g | |
choco install cpu-z | |
choco install intel-dsa | |
choco install logitechgaming | |
choco install gitkraken | |
choco install docker-desktop | |
choco install steam | |
choco install epicgameslauncher | |
choco install dosbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment