Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gendloop/gendloopbucket
- Owner: gendloop
- License: gpl-2.0
- Created: 2023-06-07T15:54:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T06:14:22.000Z (11 months ago)
- Last Synced: 2023-12-19T08:48:43.341Z (11 months ago)
- Topics: bucket, scoop
- Language: PowerShell
- Homepage: https://github.com/gendloop/gendloopBucket/wiki#gendloopbucket
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```