0%

scoop

scoop is a command tool to manage app on windows conveniently

Install

github

Install scoop to a Custom Directory

1
2
3
[environment]::setEnvironmentVariable('SCOOP','D:\Applications\Scoop','User')
$env:SCOOP='D:\Applications\Scoop'
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

Configure Scoop to install global programs to a custom directory

1
2
[environment]::setEnvironmentVariable('SCOOP_GLOBAL','F:\GlobalScoopApps','Machine')
$env:SCOOP_GLOBAL='F:\GlobalScoopApps'

Multi-connection download with aria2

Install aria2

scoop install aria2

configure aria2

using scoop cnfig

aria2-enabled (default: true)
aria2-retry-wait (default: 2)
aria2-split (default: 5)
aria2-max-connection-per-server (default: 5)
aria2-min-split-size (default: 5M)

Some examples

Install apps

scoop install curl

Finding apps

scoop search ssh

Updating scoop

scoop update #update scoop itself
scoop update curl
scoop update *

Help

scoop help