Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pub:scoop [2023/04/21 15:41] – [notepad++] derek | pub:scoop [2023/04/21 21:51] (current) – removed derek | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | == scoop | ||
- | * Home page: https:// | ||
- | * Github: https:// | ||
- | * Require: [[https:// | ||
- | * and [[https:// | ||
- | |||
- | == install | ||
- | Install in **powershell user mode** | ||
- | |||
- | Set-ExecutionPolicy RemoteSigned -scope CurrentUser -force | ||
- | iwr -useb get.scoop.sh | iex | ||
- | |||
- | === Essential packages | ||
- | * default install to '' | ||
- | * '' | ||
- | |||
- | scoop install git 7zip innounp dark aria2 sudo gsudo | ||
- | scoop bucket add extras | ||
- | scoop bucket add nonportable | ||
- | scoop update | ||
- | scoop checkup | ||
- | |||
- | scoop config aria2-enabled false | ||
- | |||
- | == admin | ||
- | |||
- | === windows terminal | ||
- | |||
- | scoop install windows-terminal | ||
- | |||
- | copy shortcut to desktop | ||
- | |||
- | start %appdata%\Microsoft\Windows\Start Menu\Programs\Scoop Apps\Windows Terminal.lnk | ||
- | |||
- | == multimedia | ||
- | |||
- | === handbrake | ||
- | |||
- | scoop install handbrake handbrake-cli | ||
- | |||
- | libdvd-css | ||
- | |||
- | cd %USERPROFILE%\scoop\apps\handbrake\1.4.2 | ||
- | wget https:// | ||