dennischancs / echo-scoop

A bucket of commonly used portable(green) software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 *

Other app buckets

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

About

A bucket of commonly used portable(green) software

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 59.4%Language:Batchfile 40.6%