Scoop for Windows

Install scoop with PowerShell:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex

Example use:

scoop bucket add nerd-fonts 

Last updated