Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gendloop/gendloopbucket

gendloop's bucket
https://github.com/gendloop/gendloopbucket

bucket scoop

Last synced: about 21 hours ago
JSON representation

gendloop's bucket

Awesome Lists containing this project

README

        

# gendloopBucket

A [Scoop](https://github.com/ScoopInstaller/Scoop) bucket. Summarize personal commonly used software.

Click here for [details](https://github.com/gendloop/gendloopBucket/wiki).

## Usage

1. Install scoop
```powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
```

2. Add this bucket

```powershell
scoop bucket add gendloopBucket https://github.com/gendloop/gendloopBucket
```

3. Install the software in the bucket
```powershell
scoop install gendloopBucket/ClashForWindows
```