This repository is a collection of Scoop manifests for my tools.
To add this bucket to your Scoop installation, open PowerShell or CMD and run:
Already have scoop and git installed ?
scoop bucket add sadirano https://github.com/sadirano/bucket
From scratch ?
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex
scoop install git
scoop bucket add sadirano https://github.com/sadirano/bucket
Optional (nice to have):
scoop add bucket extras
Once the bucket is added, you can install tools from it. For example, to install the omni tool, run:
scoop install omni
This project is released under the MIT License.