Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ltguillaume/schep
📦 Scoop bucket with custom(ized) manifests for increased portability, specific application flavors or otherwise missing applications
https://github.com/ltguillaume/schep
scoop scoop-bucket scoop-buckets
Last synced: 25 days ago
JSON representation
📦 Scoop bucket with custom(ized) manifests for increased portability, specific application flavors or otherwise missing applications
- Host: GitHub
- URL: https://github.com/ltguillaume/schep
- Owner: ltguillaume
- License: unlicense
- Created: 2023-09-06T19:10:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T16:34:47.000Z (about 2 months ago)
- Last Synced: 2024-09-09T14:32:26.373Z (about 2 months ago)
- Topics: scoop, scoop-bucket, scoop-buckets
- Language: PowerShell
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scoop Apps by ltguillaume
[![Tests](https://github.com/ltguillaume/schep/actions/workflows/ci.yml/badge.svg)](https://github.com/ltguillaume/schep/actions/workflows/ci.yml) [![Excavator](https://github.com/ltguillaume/schep/actions/workflows/excavator.yml/badge.svg)](https://github.com/ltguillaume/schep/actions/workflows/excavator.yml)
A bucket for [Scoop](https://scoop.sh) with custom(ized) manifests for increased portability, specific application flavors or otherwise missing applications.
## How do I install these manifests?
To add this bucket to Scoop, run the following:
```pwsh
scoop bucket add schep https://github.com/ltguillaume/schep
```Then, you can install an application via:
```pwsh
scoop install schep/
```This bucket is also indexed at https://scoop.sh.
## Update tip
Create a new shortcut (.lnk file) with the following command to quickly update all apps and clean up Scoop:
```cmd
cmd.exe /k scoop update && scoop update * && scoop cleanup * && scoop cache rm * && pause && exit
```