Scoop is a command-line installer for Windows machines.
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
# ^Optional: Needed to run a remote script the first time
> irm get.scoop.sh | iex
You can verify the installation was successful and view instructions for scoop
by running the command:
> scoop help
You can check out my blog post where I go through the process.