Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 325 Bytes

scoop-for-windows.md

File metadata and controls

16 lines (12 loc) · 325 Bytes

Scoop for Windows

Install scoop with PowerShell:

{% code overflow="wrap" lineNumbers="true" %}

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

{% endcode %}

Example use:

scoop bucket add nerd-fonts