Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shenmian/bucket

A scoop bucket.
https://github.com/shenmian/bucket

Last synced: about 1 month ago
JSON representation

A scoop bucket.

Awesome Lists containing this project

README

        

# Scoop Bucket

[![Tests](https://github.com/ShenMian/bucket/actions/workflows/ci.yml/badge.svg)](https://github.com/ShenMian/bucket/actions/workflows/ci.yml) [![Excavator](https://github.com/ShenMian/bucket/actions/workflows/excavator.yml/badge.svg)](https://github.com/ShenMian/bucket/actions/workflows/excavator.yml)

A bucket for [Scoop](https://scoop.sh), the Windows command-line installer.

## How do I install these manifests?

After manifests have been committed and pushed, run the following:

```pwsh
scoop bucket add shenmian https://github.com/ShenMian/bucket
scoop install shenmian/
```

## How do I contribute new manifests?

To make a new manifest contribution, please read the [Contributing
Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md)
and [App Manifests](https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests)
wiki page.