Scoop: Difference between revisions
Jump to navigation
Jump to search
(→PuTTie) |
|||
Line 84: | Line 84: | ||
scoop bucket add extras | scoop bucket add extras | ||
scoop install extras/mobaxterm | scoop install extras/mobaxterm | ||
Installs to Start Menu -> Scoop Apps -> MobaXterm | Installs to Start Menu -> Scoop Apps -> MobaXterm | ||
https://mobaxterm.mobatek.net/ | |||
https://bjansen.github.io/scoop-apps/extras/mobaxterm/ | |||
== keywords == | == keywords == |
Revision as of 07:11, 23 November 2024
Scoop
A command-line installer for Windows https://scoop.sh/
Scoop installs programs you know and love, from the command line with a minimal amount of friction. It:
- Eliminates permission popup windows
- Hides GUI wizard-style installers
- Prevents PATH pollution from installing lots of programs
- Avoids unexpected side-effects from installing and uninstalling programs
- Finds and installs dependencies automatically
- Performs all the extra setup steps itself to get a working program
Installation
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
Add Versions
scoop bucket add versions
https://github.com/ScoopInstaller/Versions
Add Extras
scoop bucket add extras
https://github.com/ScoopInstaller/Extras
Windows Terminal Preview
scoop bucket add versions scoop install versions/windows-terminal-preview
scoop install windows-terminal-preview --global
Run with:
wtp
https://github.com/ScoopInstaller/Versions/blob/master/bucket/windows-terminal-preview.json
Global:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Scoop Apps\Windows Terminal Preview.lnk C:\ProgramData\scoop\apps\windows-terminal-preview\current\WindowsTerminal.exe
Local User:
C:\Users\24964\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Scoop Apps\Windows Terminal Preview.lnk C:\Users\24964\scoop\apps\windows-terminal-preview\current\WindowsTerminal.exe
Windows Terminal
scoop bucket add extras scoop install extras/windows-terminal
scoop install windows-terminal --global
https://github.com/microsoft/terminal
https://github.com/ScoopInstaller/Versions/blob/master/bucket/windows-terminal-preview.json
KiTTY
scoop bucket add extras scoop install extras/kitty
Installs to Start Menu -> Scoop Apps -> KiTTY
https://www.9bis.net/kitty https://github.com/ScoopInstaller/Extras/blob/master/bucket/kitty.json
PuTTie
scoop bucket add extras scoop install extras/puttie
Installs to Start Menu -> Scoop Apps -> PuTTie
https://github.com/lalbornoz/PuTTie https://github.com/ScoopInstaller/Extras/blob/master/bucket/puttie.json
mobaxterm
scoop bucket add extras scoop install extras/mobaxterm
Installs to Start Menu -> Scoop Apps -> MobaXterm
https://mobaxterm.mobatek.net/ https://bjansen.github.io/scoop-apps/extras/mobaxterm/