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 -->
|
2022-03-09 13:39:58 +05:30
|
|
|
<!-- [](https://github.com/<username>/<bucketname>/actions/workflows/ci.yml) [](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` |
|