Created
July 14, 2016 13:59
-
-
Save westonal/69f1cb66ab9e4fefa402ae43485a2bed to your computer and use it in GitHub Desktop.
Choco install script
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
| ::Ensure choco up-to date | |
| choco upgrade chocolatey -y | |
| ::Graphics | |
| choco install paint.net -y | |
| ::System maintainance | |
| choco install windirstat -y | |
| ::DEV | |
| choco install curl -y | |
| ::Android | |
| choco install goodjobb -y | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment