• Trace:

This is an old revision of the document!


scoop

scoop

Install in powershell user mode

Set-ExecutionPolicy RemoteSigned -scope CurrentUser -force   # answer All
iwr -useb get.scoop.sh | iex

Essential packages

  • default install to %USERPROFILE%\scoop
  • innounp dark are installer used by some scoop packages
scoop install git 7zip innounp dark aria2 sudo gsudo
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://github.com/notepad-plus-plus/notepad-plus-plus/raw/master/PowerEditor/bin/NppShell64.dll

Notepad Replacer

windows terminal

scoop install windows-terminal

copy shortcut to desktop

start %appdata%\Microsoft\Windows\Start Menu\Programs\Scoop Apps\Windows Terminal.lnk
pub/scoop.1639164216.txt.gz ยท Last modified: 2021/12/10 19:23 by derek