Skip to content
/ scoopet Public
forked from ivaquero/scoopet

๐Ÿš€ A Scoop bucket for facilitating academic research.

License

Notifications You must be signed in to change notification settings

i-bing/scoopet

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

33 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿจ Scoopet ๐Ÿจ

build code size repo size license

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

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

$env:SCOOP='Your_Scoop_Path'
[Environment]::SetEnvironmentVariable('SCOOP', $env:SCOOP, 'User')

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 ?
CopyTranslator โˆš โˆš
GeoGebra-Portable โˆš โˆš
Gephi โˆš โˆš
Julia-cn โˆš โˆš
KingDraw โˆš โˆš
LyX-cn โˆš โˆš
Mathpix-Snipping-Tool โˆš โˆš
Mendeley-Desktop โˆš โˆš
Mambaforge-cn โˆš โˆš
Miniconda-cn โˆš โˆš
NetLogo โˆš โˆš
SageMath-cn โˆš โˆš
TeXLive โˆš modified from dorado
Yuque Desktop โˆš copied from dorado

Development Auxillary

App Auto-Update ? Original ?
Clash-for-Windows โˆš copied from dorado
Partition-Assistant โˆš โˆš
RectangleWin โˆš โˆš
uTools โˆš copied from dorado
VirtualBox
[with Extension Pack]
โˆš copied from Ash258
VMware-Workstation-Pro โˆš copied from Ash258
WinGet โˆš copied from Ash258

Daily Work

App Auto-Update ? Original ?
BaiduNetDisk โˆš โˆš
File-Converter โˆš โˆš
M3u8-Downloader โˆš โˆš
OBS-Studio-cn โˆš โˆš
OfficeToolPlus โˆš โˆš
RustDesk โˆš โˆš
Tencent-Meeting โˆš โˆš (added by @Ryanjiena)
Weasel โˆš โˆš
WiseCare365 โˆš โˆš
WPSOffice ร— modified dorado

Social & Entertainment

App Auto-Update ? Original ?
DingTalk โˆš โˆš
LX-Music โˆš โˆš
magnetW โˆš โˆš
NetEaseMusic โˆš copied from dorado
WeChat โˆš โˆš
WeChatWork ร— copied from dorado
You-Get โˆš โˆš

About

๐Ÿš€ A Scoop bucket for facilitating academic research.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%