Some checks failed
Tests / WindowsPowerShell (push) Has been cancelled
Tests / PowerShell (push) Has been cancelled
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
# Scoop Bucket Template
|
|
|
|
<!-- Uncomment the following line after replacing placeholders -->
|
|
<!-- [](https://github.com/<username>/<bucketname>/actions/workflows/ci.yml) [](https://github.com/<username>/<bucketname>/actions/workflows/excavator.yml) -->
|
|
|
|
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`
|
|
|
|
## How do I install these manifests?
|
|
|
|
After manifests have been committed and pushed, run the following:
|
|
|
|
```pwsh
|
|
scoop bucket add kb01-bucket https://git.kb-one.de/kb01/scoop-bucket
|
|
scoop install kb01-bucket/<manifestname>
|
|
```
|
|
|
|
## What Apps are Included in this Repository?
|
|
|
|
| App Name | Website(s) | Installation Command |
|
|
| -------- | -------------------------------------------- | ----------------------------------- |
|
|
| FancyWM | [GitHub](https://github.com/FancyWM/fancywm) | `scoop install kb01-bucket/fancywm` |
|