Scoop: Install, Setup and More - purple4pur/dotfiles GitHub Wiki
Install
From its official site :
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex
Setup
1. proxy
A proxy is before everything.
scoop config proxy 127.0.0.1:10809 # v2rayN's default port
scoop config proxy None # clear proxy
Also set proxy for git (when git is available):
git config --global http.proxy 127.0.0.1:10809
git config --global --unset http.proxy
2. git and aria2
git is the very fisrt app needs to be install with scoop. aria2 enables multi-threaded downloading.
scoop install git
scoop install aria2
To turn on/off multi-threaded downloading (default is on):
scoop config aria2-enabled True
scoop config aria2-enabled False
3. search and install
Search apps on scoop.sh , click to copy, paste into terminal, hit enter, done.
Useful Apps
Viewing/Editing
- neovim
- goneovim
- quick-picture-viewer
- pdf-xchange-editor
- mpv
- rustdesk
- vncviewer
Programming
- many languages...
- gdb/make/...
- tabby
- task
Other Tools
- starship
- chezmoi
- zoxide
- busybox
- snipaste-beta
- eartrumpet
- winscp