8000 GitHub - FLongWang/scoopet: A Scoop bucket for personal academic research
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

FLongWang/scoopet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 myscoop https://github.com/FLongWang/scoopet.git
< 8000 h1 tabindex="-1" class="heading-element" dir="auto">🏃 To Start

🚲 Install Scoop

💻 Step 1: Enable remote policy in PowerShell

Set-ExecutionPolicy RemoteSigned -scope CurrentUser

⚙️ Step 2: Download and install Scoop

$env:SCOOP='D:\Scoop'
[Environment]::SetEnvironmentVariable('SCOOP',$env:SCOOP,'User')
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

If you skip this step, all user installed Apps and Scoop itself will live in D:\Scoop.

📖 Step 3: 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 myscoop https://github.com/FLongWang/scoopet.git
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

⭐ Recommendation

Research Tools

scoop config aria2-enabled false
scoop bucket add myscoop https://github.com/FLongWang/scoopet.git
scoop install sudo
sudo scoop install 7zip openssh main/git --global
scoop install aria2 curl grep sed less touch
scoop install gow cmder winpython extras/obsidian extras/zotero extras/avogadro2 extras/docear  extras/jabref extras/sumatrapdf extras/github extras/irfanview main/ffmpeg extras/ffmpeg-batch extras/vscode extras/potplayer extras/vncviewer myscoop/autodarkmode
scoop install myscoop/texlive
scoop install extras/wechat myscoop/tim

About

A Scoop bucket for personal academic research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%
0