All Projects → TheRandomLabs → Scoop-Bucket

TheRandomLabs / Scoop-Bucket

Licence: Unlicense license
My personal Scoop bucket.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Scoop-Bucket

tomato
My personal scoop bucket.
Stars: ✭ 20 (-23.08%)
Mutual labels:  scoop, scoop-apps, scoop-bucket
Scoop-Python
A Scoop bucket for Python applications that do not provide standalone executables.
Stars: ✭ 15 (-42.31%)
Mutual labels:  scoop, scoop-apps, scoop-bucket
scoop-iszy
Scoop bucket for ZvonimirSun
Stars: ✭ 20 (-23.08%)
Mutual labels:  scoop, scoop-apps, scoop-bucket
scoops
📦 A bucket of tasty scoop flavored apps.
Stars: ✭ 63 (+142.31%)
Mutual labels:  scoop, scoop-apps, scoop-bucket
scoop-clojure
Install Clojure on Windows with Scoop
Stars: ✭ 73 (+180.77%)
Mutual labels:  scoop, scoop-bucket
scoop-for-jp
Scoop bucket for ALL Japanese users.
Stars: ✭ 17 (-34.62%)
Mutual labels:  scoop, scoop-bucket
scoop-bucket
Scoop Apps for Layer5 command line clients
Stars: ✭ 15 (-42.31%)
Mutual labels:  scoop, scoop-bucket
WinGetUI
WingetUI Store: a GUI Store for the most common cli package managers, sych as Winget and Scoop
Stars: ✭ 73 (+180.77%)
Mutual labels:  scoop
echo-scoop
A bucket of commonly used portable(green) software
Stars: ✭ 42 (+61.54%)
Mutual labels:  scoop
scoop-backup
Backup your entire current scoop installation with one command
Stars: ✭ 45 (+73.08%)
Mutual labels:  scoop
scoop-directory
A searchable directory of buckets for the scoop package manager for Windows
Stars: ✭ 721 (+2673.08%)
Mutual labels:  scoop
scoop-gui
Graphical user interface for scoop (a windows package manager)
Stars: ✭ 20 (-23.08%)
Mutual labels:  scoop
scoop-emulators
Scoop bucket for emulators
Stars: ✭ 32 (+23.08%)
Mutual labels:  scoop
Excavator
🕳️ This container runs the updating services for all scoop manifest repos (deprecated)
Stars: ✭ 25 (-3.85%)
Mutual labels:  scoop
scoop-search
No description or website provided.
Stars: ✭ 20 (-23.08%)
Mutual labels:  scoop
mochi
🍡Mochi: A Tasty Solution for Chinese Scoop Users
Stars: ✭ 25 (-3.85%)
Mutual labels:  scoop-bucket
ScoopPlaybook
Define Scoop as YAML and run single command.
Stars: ✭ 19 (-26.92%)
Mutual labels:  scoop
Scoop
A command-line installer for Windows.
Stars: ✭ 14,508 (+55700%)
Mutual labels:  scoop
Asuite
ASuite is a simple open source portable launcher for Microsoft Windows.
Stars: ✭ 58 (+123.08%)
Mutual labels:  scoop
scoop-docs
📚 Scoop documentation done right
Stars: ✭ 41 (+57.69%)
Mutual labels:  scoop

Scoop-Bucket Build status

My personal 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 and my Python bucket!

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:
$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 (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

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.

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 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].