For ones familiar with Scoop:
scoop bucket add scoopet https://github.com/Ovler-Young/Personal-scoop
App | Auto-Update ? | Original ? |
---|---|---|
Rune | √ | √ |
Rclone Browser | × | √ |
Galaxy Buds Client | √ | √ |
Smart System Menu | √ | √ |
Traffic Monitor | √ | √ |
Everything Toolbar | √ | × |
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
$env:SCOOP='Your_Scoop_Path'
[Environment]::SetEnvironmentVariable('SCOOP', $env:SCOOP, 'User')
If you skip this step, all user installed Apps and Scoop itself will live in
c:/users/user_name/scoop
.
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
For more information, please visit Scoop official site at 👉 https://scoop.sh/ 👈
scoop install aria2
scoop install git
if you are using VPN, you need to turn off aria2 before installing Apps
scoop config aria2-enabled false
scoop bucket add scoopet https://github.com/Ovler-Young/Personal-scoop
scoop update
- Check the exact name of App by
scoop search
scoop search <app_name>
- Install Apps with assistance of plugin
scoop-completion
scoop install scoop-completion
scoop install <app_name>
to use
scoop-completion
, just to hittab
after initial letters of App names
scoop bucket known
main [default]
extras [strongly recommended]
versions
nightlies
nirsoft
php
nerd-fonts
nonportable
java
games
jetbrains
scoop config aria2-enabled true
scoop config aria2-retry-wait 4
scoop config aria2-split 16
scoop config aria2-max-connection-per-server 16
scoop config aria2-min-split-size 4M