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