Skip to content

Instantly share code, notes, and snippets.

@baaamn
Created January 4, 2025 14:55
Show Gist options
  • Save baaamn/123cbb9d1f192991ba9e45e4125499be to your computer and use it in GitHub Desktop.
Save baaamn/123cbb9d1f192991ba9e45e4125499be to your computer and use it in GitHub Desktop.
Scoop Installation Script
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install sudo
scoop install aria2
scoop config aria2-warning-enabled false
scoop install python ruby
sudo scoop install 7zip git --global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment