Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```