scoop-bucket/README.md

28 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2021-12-27 23:52:24 +05:30
# Scoop Bucket Template
2021-12-28 00:04:53 +05:30
<!-- Uncomment the following line after replacing placeholders -->
<!-- [![Tests](https://github.com/<username>/<bucketname>/actions/workflows/ci.yml/badge.svg)](https://github.com/<username>/<bucketname>/actions/workflows/ci.yml) [![Excavator](https://github.com/<username>/<bucketname>/actions/workflows/excavator.yml/badge.svg)](https://github.com/<username>/<bucketname>/actions/workflows/excavator.yml) -->
2021-12-28 00:04:53 +05:30
2024-04-05 16:19:43 +02:00
My bucket for [Scoop](https://scoop.sh), the Windows command-line installer.
## Requirements
1. You need to use Windows 10 / 11
2. You need to have [Scoop](https://scoop.sh) installed
3. You need to have git installed and in the Path. In case you have not, run `scoop install git`
2023-08-11 10:28:14 -05:00
## How do I install these manifests?
After manifests have been committed and pushed, run the following:
```pwsh
2024-04-05 16:19:43 +02:00
scoop bucket add kb01-bucket https://git.kb-one.de/kb01/scoop-bucket
scoop install kb01-bucket/<manifestname>
2023-08-11 10:28:14 -05:00
```
2024-04-05 16:19:43 +02:00
## What Apps are Included in this Repository?
2023-08-11 10:28:14 -05:00
2024-04-05 16:19:43 +02:00
| App Name | Website(s) | Installation Command |
| -------- | -------------------------------------------- | ----------------------------------- |
| FancyWM | [GitHub](https://github.com/FancyWM/fancywm) | `scoop install kb01-bucket/fancywm` |