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 21:50] – [Essential packages] 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 | ||
- | |||
- | |||
- | == 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:// | ||