Skip to content

Instantly share code, notes, and snippets.

@westonal
Created July 14, 2016 13:59
Show Gist options
  • Select an option

  • Save westonal/69f1cb66ab9e4fefa402ae43485a2bed to your computer and use it in GitHub Desktop.

Select an option

Save westonal/69f1cb66ab9e4fefa402ae43485a2bed to your computer and use it in GitHub Desktop.
Choco install script
::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