Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pub:scoop [2022/02/17 21:32] – 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 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 | ||
- | |||
- | === notepad++ | ||
- | |||
- | scoop install notepadplusplus | ||
- | |||
- | Context menu for 64bit Windows | ||
- | |||
- | Install (for 64bit) | ||
- | cd %appdata%\notepad++ && regsvr32 /i NppShell64.dll | ||
- | |||
- | Uninstall | ||
- | cd %appdata%\notepad++ && regsvr32 /u NppShell64.dll | ||
- | |||
- | if the dll not exists | ||
- | cd %appdata%\notepad++ | ||
- | wget https:// | ||
- | |||
- | Notepad Replacer | ||
- | * https:// | ||
- | |||
- | === windows terminal === | ||
- | |||
- | scoop install windows-terminal | ||
- | |||
- | copy shortcut to desktop | ||
- | |||
- | start %appdata%\Microsoft\Windows\Start Menu\Programs\Scoop Apps\Windows Terminal.lnk | ||
- | |||
- | === handbrake === | ||
- | |||
- | scoop install handbrake handbrake-cli | ||
- | |||
- | libdvd-css | ||
- | |||
- | cd %USERPROFILE%\scoop\apps\handbrake\1.4.2 | ||
- | wget https:// | ||