Created
January 4, 2025 14:55
-
-
Save baaamn/123cbb9d1f192991ba9e45e4125499be to your computer and use it in GitHub Desktop.
Scoop Installation 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
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