winget install Microsoft.WindowsTerminal
Enable Developer Mode:
Search for developer
and click on "Developer settings"
Enable the "Developer Mode" toggle
Source: Enable development mode (required for Volta)
Windows Terminal: terminal emulator
winget install Microsoft.WindowsTerminal
winget install Starship.Starship
Visual Studio Code: code editor
winget install Microsoft.VisualStudioCode
Zeal: offline docs browser
winget install OlegShparber.Zeal
SwitchHosts: hosts manager
winget install oldj.switchhosts
Install Git for Windows:
winget install Git.Git
Generate SSH key:
ssh-keygen -t ed25519 -C "your_email@example.com"
Copy public key file contents to clipboard:
Get-Content ~/.ssh/id_ed25519.pub | Set-Clipboard