Skip to content

LayneHe/dorado

Repository files navigation

🐟 dorado

AppVeyor Build Status License Powered by Saber Repo size Mentioned in Awesome Scoop

English|简体中文

highlight

Yet another bucket for Scoop.

All apps in this repository should NOT require elevated privileges while installation.

Featured Apps

Manifest Description
hmcl The most famous Minecraft launcher made in China
llvm-mingw The LLVM/Clang/LLD based mingw-w64 toolchain. (LLVM 11)
miniconda3 A lazy version of Miniconda3, which will not add the default root venv into your PATH unless you activate it (with conda activate base)
nuwen-mingw-gcc Minimalist C/C++ compiler from nuwen's MinGW Distro. It's NOT a full mingw-w64 package, has no make, no gdb. Just the gcc and ld for 'quick-start' use case. (GCC 9.2)
nvm-windows A fork of nvm-windows, removed elevated permission, for non-admin scoop user
tcping Eli Fulkerson's TCP ping tool, ping over a tcp connection
trash Move files and folders to recycle bin instead of directly rm-rf it, like brew install trash but for Windows
rustup-np The non-portable version of Rustup. Keeping .rustup and .cargo in its original location: $env:USERPROFILE
winlibs-mingw A full mingw-w64 toolchain built and distributed by winlibs. (GCC 10.2)
winlibs-mingw-llvm A LLVM integrated version of winlibs-mingw. (GCC 10.2 + LLVM 11)
winlibs-mingw-snapshot A snapshot version of winlibs-mingw. (GCC 11 snapshot)
yarn-np The non-portable version of the Yarn application. Keeping global node_modules in its original location: $env:LOCALAPPDATA\\Yarn\\bin

Question

1. How to install the apps from this bucket?

Run below command in PowerShell to add the bucket:

scoop bucket add dorado https://github.com/chawyehsu/dorado

Install apps from this bucket with below command:

scoop install dorado/<app_name>

2. I want some other apps!

Please open new app request issue. :)

3. Some apps are outdated, please update it!

Be a contributor! Fork it, update the outdated apps app manifest, and file pull-request. :D

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%