Last active
March 28, 2020 21:05
-
-
Save Jimeh87/8a35fb8b7cad27e3294d7bcd2b5a60d3 to your computer and use it in GitHub Desktop.
Gaming PC Setup
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
| #Chocolatey install | |
| Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
| # Apps | |
| choco install firefox | |
| choco install vlc | |
| choco install paint.net | |
| choco install steam |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment