A command-line installer for Windows

scoop.sh

Use following commands to install scoop

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri <https://get.scoop.sh> | Invoke-Expression

With scoop, you can easily install packages by scoop install <package name> just like using apt or brew.