Windowsのパッケージマネージャー

# scoop

インストール手順
“`
PS C:\Users\M172043> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
PS C:\Users\M172043> iwr -useb get.scoop.sh | iex
Initializing…
Downloading scoop…
Extracting…
Creating shim…
Downloading main bucket…
Extracting…
Adding ~\scoop\shims to your path.
‘lastupdate’ has been set to ‘2020-08-17T22:37:38.5268481+09:00’
Scoop was installed successfully!
Type ‘scoop help’ for instructions.
“`