Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheRandomLabs/Scoop-Bucket
My personal Scoop bucket.
https://github.com/TheRandomLabs/Scoop-Bucket
scoop scoop-apps scoop-bucket
Last synced: 3 months ago
JSON representation
My personal Scoop bucket.
- Host: GitHub
- URL: https://github.com/TheRandomLabs/Scoop-Bucket
- Owner: TheRandomLabs
- License: unlicense
- Created: 2019-10-12T06:22:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T16:38:57.000Z (about 2 years ago)
- Last Synced: 2024-05-28T03:21:31.868Z (6 months ago)
- Topics: scoop, scoop-apps, scoop-bucket
- Language: PowerShell
- Size: 1.98 MB
- Stars: 28
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - TheRandomLabs/Scoop-Bucket - My personal Scoop bucket. (PowerShell)
README
# Scoop-Bucket [![Build status](https://ci.appveyor.com/api/projects/status/6drost3rykoiw8rh/branch/master?svg=true)](https://ci.appveyor.com/project/TheRandomLabs/scoop-bucket/branch/master)
My personal [Scoop](https://github.com/lukesampson/scoop) bucket. I generally only keep manifests
here if there is something that is likely to make them unfit for any of the known buckets.$ scoop bucket add TheRandomLabs https://github.com/TheRandomLabs/Scoop-Bucket.git
Also check out my [Spotify/Spicetify bucket](https://github.com/TheRandomLabs/Scoop-Spotify)
and my [Python bucket](https://github.com/TheRandomLabs/Scoop-Python)!## Notes
### AOMEI Partition Assistant Standard
* The installer and uninstaller open a webpage upon completion.
### Corsair iCUE
* The following commands should be run prior to running
`scoop uninstall corsair-icue` or `scoop update corsair-icue` as administrator in order to kill
any processes that may impede the uninstallation:```powershell
$icue_path = "$(Split-Path(scoop prefix corsair-icue))\*"
Get-Process | Where-Object { $_.Path -Like "$icue_path" } | Stop-Process -Force
Stop-Process -Name CueLLAccessService -Force
```* Alternatively, running the above commands without administrator privileges will cause Scoop to
not detect that the processes are running, allowing uninstallation to continue normally.### Custom Resolution Utility
* This is the same as `cru` from the `extras` bucket, but it also has better shortcuts and shims.
### FFmpeg for Audacity
* This version (2.2.11) is more up-to-date than the one found in
[rasa's bucket](https://github.com/rasa/scoops) (2.2.2).
* It should also be noted that LAME now comes packaged with Audacity and therefore no longer has
to be installed separately.### Luyten
* I'll PR this to the `extras` bucket once
[deathmarine/Luyten#175](https://github.com/deathmarine/Luyten/issues/175) is resolved.### MuseScore Nightly with File Associations
* This is identical to `musescore-nightly` in the `versions` bucket, except that file associations
are automatically registered.
* This will most likely be rendered obsolete in a future version of Scoop.### Neovim Dev
* This is the same as `neovim-nightly` in the `versions` bucket, except that autoupdate is enabled.
### raylib
* This is mainly here for the purpose of compiling rFXGen.
### rFXGen
* This downloads and builds the latest version of rFXGen ONE from the
[master branch](https://github.com/raysan5/rfxgen).### ShellExView
* This manifest is a slightly improved version of `shellexview` from the `nirsoft` bucket.
* I've only added this to my bucket because I don't want to add the entire NirSoft bucket for one
package.### VisualVM
* I couldn't get this merged in `extras`. 😛
### Win10 Initial Setup Script
* This is a PowerShell script for the automation of routine setup tasks completed on fresh
installations of Windows.
* Default setup can be run via `default-win10-initial-setup`.
* See [here](https://github.com/Disassembler0/Win10-Initial-Setup-Script#advanced-usage)
for advanced usage.### Windows SDK Signing Tools
* This is just `cert2spc.exe`, `makecat.exe` and `signtool.exe` extracted from the Windows SDK.
* This is useful for those who need to sign executables but have no need for the rest of the
Windows SDK.