echoiron / echo-scoop

A bucket of commonly used portable(green) software
BSD 3-Clause "New" or "Revised" License
51 stars 4 forks source link
bucket bucketlist scoop

echo-scoop

Quick Start

https://github.com/lukesampson/scoop/wiki/Quick-Start

Installing Scoop

Make sure you have allowed PowerShell to execute local scripts

set-executionpolicy remotesigned -scope currentuser

Installing Scoop to Custom Directory

$env:SCOOP='D:\scoop'
[environment]::setEnvironmentVariable('SCOOP',$env:SCOOP,'User')
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

How to install bucket

scoop bucket add echo https://github.com/echoiron/echo-scoop

App of installing bucket

scoop install echo/app_name

# e.g.
scoop install echo/fscapture

Delete all buckets

scoop bucket rm *

Commonly used commands

scoop update
scoop update *
scoop install echo/notepad4
scoop install 7zip git --global
scoop install aria2 curl grep sed less touch
scoop install python@3.12.4
scoop install wechat -f
scoop uninstall discord -p
scoop cache rm *
scoop cleanup *

Commonly used buckets

Other app buckets

https://scoop.sh/#/buckets

https://rasa.github.io/scoop-directory/by-score