to install scoop:
iwr -useb get.scoop.sh | iex
if you get an execution policy error run:
iwr -useb get.scoop.sh | iex
To install packages run:
scoop install [package-name]
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
> irm get.scoop.sh | iex
iwr -useb get.scoop.sh | iex
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install curl