Skip to content

zuluion/scoop-bucket-lee

 
 

Repository files navigation

🍨 Scoopet 🍨

Excavator license code size repo size

A Bucket for the Best Windows Package Manager Scoop: Continuously Assisting in Academic Research.

If you would like to be a co-maintainer, feel free to create a new issue.

English | 简体中文

For ones familiar with Scoop:

scoop bucket add scoopet https://github.com/ivaquero/scoopet

🏃 To Start

🚲 Install Scoop

💻 Step 1: Enable remote policy in PowerShell

Set-ExecutionPolicy RemoteSigned -scope CurrentUser

⚙️ Step 2: Customize your Scoop directory

irm get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -ScoopDir ['Scoop_Path'] -ScoopGlobalDir ['GlobalScoopApps_Path'] -NoProxy
# for example
.\install.ps1 -ScoopDir 'C:\Scoop' -ScoopGlobalDir 'C:\Program Files' -NoProxy

If you skip this step, all user installed Apps and Scoop itself will live in c:/users/user_name/scoop.

🔨 Step 3: Download and install Scoop

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

📖 Step 4: Glance at quick-start by scoop help

For more information, please visit Scoop official site at 👉 https://scoop.sh/ 👈

🚗 Install Apps from this bucket

🚋 Step 1: Install Aria2 to accelerate downloading

scoop install aria2

🎫 Step 2: Install Git to add new repositories

scoop install git

if you are using VPN, you need to turn off aria2 before installing Apps

scoop config aria2-enabled false

✈️ Step 3: Add this wonderful bucket and update, mo-mo-da~ 💋

scoop bucket add scoopet https://github.com/ivaquero/scoopet
scoop update

🚀 Step 4: Install Apps

  • Check the exact name of App by scoop search
scoop search <app_name>
  • Install Apps with assistance of plugin scoop-completion
scoop install scoop-completion
scoop install <app_name>

to use scoop-completion, just to hit tab after initial letters of App names

💯 Step 5: List the official recommended buckets by scoop bucket known

scoop bucket known

main [default]
extras [strongly recommended]
versions
nightlies
nirsoft
php
nerd-fonts
nonportable
java
games
jetbrains

Ⓜ️ Trivial

Tweak with Parameters in Aria2

scoop config aria2-enabled true
scoop config aria2-retry-wait 4
scoop config aria2-split 16
scoop config aria2-max-connection-per-server 16
scoop config aria2-min-split-size 4M

⭐ Summary

Research Tools

App Auto-Update ? Original ?
CAJViewer √ (added by @rayinfinite)
CNKIExpress √ (added by @rayinfinite)
Eudic
Julia-cn
KingDraw
LyX-cn
Mathpix-Snipping-Tool
Mendeley-Desktop
Mambaforge-cn
Miniconda-cn
NetLogo
SageMath-cn
Ting-En
TeXLive modified dorado
Yuque Desktop copied from dorado

Development Auxillary

App Auto-Update ? Original ?
Clash-for-Windows copied from dorado
DiskGenius-cn √ (added by @CronusLM)
Partition-Assistant
RectangleWin
uTools copied from dorado
VMware-Workstation-Pro modified Ash258

Daily Work

App Auto-Update ? Original ?
BaiduNetDisk
File-Converter
M3u8-Downloader
OBS-Studio-cn
RustDesk
Tencent-Meeting √ (added by @Ryanjiena)
Weasel
WiseCare365
WPSOffice-cn

Social & Entertainment

App Auto-Update ? Original ?
DingTalk
DownKyi √ (added by @CronusLM)
Edgeless √ (added by @IsaacWangTT)
LX-Music
magnetW
NetEaseMusic
Tencent-Edu
WeChatWork
You-Get

About

A scoop bucket used by myself.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PowerShell 100.0%