Skip to content

Instantly share code, notes, and snippets.

@grafst
Last active September 25, 2023 10:56
Show Gist options
  • Save grafst/72e8b6d3582e14526cf6aaeeeee0c76a to your computer and use it in GitHub Desktop.
Save grafst/72e8b6d3582e14526cf6aaeeeee0c76a to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy Bypass -Scope Process
Invoke-WebRequest -UseBasicParsing -Uri get.scoop.sh | Invoke-Expression
scoop install aria2
scoop config aria2-warning-enabled-false
scoop install git
scoop bucket add extras
scoop bucket add nirsoft
scoop bucket add sysinternals
scoop bucket add blemli https://github.com/blemli/blemli-bucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment