|
1 | 1 | # Flawe Scoop bucket
|
2 | 2 |
|
3 |
| -[](https://github.com/f-lawe/scoop-bucket/actions/workflows/ci.yml) [](https://github.com/f-lawe/scoop-bucket/actions/workflows/excavator.yml) |
4 |
| - |
5 |
| -Some extra apps for [Scoop](https://scoop.sh), the Windows command-line installer. |
6 |
| - |
7 |
| -## How do I use this template? |
8 |
| - |
9 |
| -1. Generate your own copy of this repository with the "Use this template" |
10 |
| - button. |
11 |
| -2. Allow all GitHub Actions: |
12 |
| - - Navigate to `Settings` - `Actions` - `General` - `Actions permissions`. |
13 |
| - - Select `Allow all actions and reusable workflows`. |
14 |
| - - Then `Save`. |
15 |
| -3. Allow writing to the repository from within GitHub Actions: |
16 |
| - - Navigate to `Settings` - `Actions` - `General` - `Workflow permissions`. |
17 |
| - - Select `Read and write permissions`. |
18 |
| - - Then `Save`. |
19 |
| -4. Document the bucket in `README.md`. |
20 |
| -5. Replace the placeholder repository string in `bin/auto-pr.ps1`. |
21 |
| -6. Create new manifests by copying `bucket/app-name.json.template` to |
22 |
| - `bucket/<app-name>.json`. |
23 |
| -7. Commit and push changes. |
24 |
| -8. If you'd like your bucket to be indexed on `https://scoop.sh`, add the |
25 |
| - topic `scoop-bucket` to your repository. |
| 3 | +[](https://github.com/f-lawe/scoop-bucket/actions/workflows/ci.yml) |
| 4 | +[](https://github.com/f-lawe/scoop-bucket/actions/workflows/excavator.yml) |
| 5 | + |
| 6 | +Some usefull extra apps for [Scoop](https://scoop.sh), the Windows command-line installer. |
| 7 | + |
| 8 | +## Manifest list |
| 9 | + |
| 10 | +| Name | Description | Homepage | |
| 11 | +|---------------|------------------------------------------------------------------------------|-----------------------------------------------| |
| 12 | +| cmctl | Easily manage your certificates on a Kubernetes cluster running cert-manager | https://cert-manager.io/docs/reference/cmctl/ | |
| 13 | +| oh-my-posh | A prompt theme engine for any shell | https://ohmyposh.dev | |
26 | 14 |
|
27 | 15 | ## How do I install these manifests?
|
28 | 16 |
|
29 |
| -After manifests have been committed and pushed, run the following: |
| 17 | +Run the following: |
30 | 18 |
|
31 | 19 | ```pwsh
|
32 |
| -scoop bucket add <bucketname> https://github.com/<username>/<bucketname> |
33 |
| -scoop install <bucketname>/<manifestname> |
| 20 | +scoop bucket add flawe https://github.com/flawe/scoop-bucket |
| 21 | +scoop install flawe/<manifestname> |
34 | 22 | ```
|
35 | 23 |
|
36 |
| -## How do I contribute new manifests? |
| 24 | +## How do I contribute? |
37 | 25 |
|
38 |
| -To make a new manifest contribution, please read the [Contributing |
39 |
| -Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md) |
40 |
| -and [App Manifests](https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests) |
41 |
| -wiki page. |
| 26 | +If you feel that an app should be in this list, or a manifest should be updated, just open an issue! |
0 commit comments