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 | iexYou can verify the installation was successful and view instructions for scoop by running the command:
> scoop helpYou can check out my blog post where I go through the process.