Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save da9l/c71ae7dfe9a34a794a28ba6fbc2dbc5f to your computer and use it in GitHub Desktop.
Save da9l/c71ae7dfe9a34a794a28ba6fbc2dbc5f to your computer and use it in GitHub Desktop.
choco list -lo | % {if($_ -match "(.+) (.+)") {"choco install $($matches[1])"}} > gist.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment