Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pub:scoop [2021/09/15 12:16] – [notepad++] derek | pub:scoop [2023/04/21 21:51] (current) – removed derek | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> scoop}} | ||
- | == scoop | ||
- | * Home page: https:// | ||
- | * Github: https:// | ||
- | * Require: [[https:// | ||
- | ** and [[https:// | ||
- | |||
- | Install in **powershell user mode** | ||
- | |||
- | Set-ExecutionPolicy RemoteSigned -scope CurrentUser | ||
- | iwr -useb get.scoop.sh | iex | ||
- | |||
- | === Essential packages | ||
- | * default install to '' | ||
- | * '' | ||
- | |||
- | scoop install git 7zip innounp dark aria2 sudo | ||
- | scoop bucket add extras | ||
- | scoop bucket add nonportable | ||
- | scoop update | ||
- | scoop checkup | ||
- | |||
- | |||
- | === 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:// | ||
- | |||
- | === cmder | ||