Package Managers
Verify Winget
Winget comes pre-installed on Windows 11. Verify it’s available:Update winget sources:
Install Scoop
Scoop is a command-line installer for Windows that simplifies package management.Verify installation:
Git Version Control
Install Git
Node.js Runtime
Install Node.js
Fonts
Install JetBrainsMono Nerd Font
Nerd Fonts include icons and glyphs essential for modern terminal applications.Install via Scoop:Or download from winstall.app.
Terminal Emulator (WezTerm)
Install WezTerm
WezTerm is a GPU-accelerated terminal emulator with excellent font rendering.Install via Winget:Or via Scoop:
Oh My Posh (Prompt Theme Engine)
Install Oh My Posh
Oh My Posh provides beautiful, customizable prompts with git status and more.Install via Winget:Or via Scoop:
CLI Tools
Install essential command-line tools:Install individual tools
If you prefer to install tools individually:
- fzf: Fuzzy finder for command-line (GitHub)
- bat: Better cat with syntax highlighting
- eza: Modern ls replacement
- zoxide: Smarter cd command
- ripgrep (rg): Fast search tool
- fd: Fast find alternative (GitHub)
- delta: Better git diff viewer
- lazygit: Terminal UI for git
- fastfetch: System information tool
- btop: Resource monitor
- jq: JSON processor
HTTPie
Install HTTPie for making HTTP requests:Bun Runtime (Optional)
Install Bun, a fast JavaScript runtime:Next Steps
Now that your development tools are installed:- Configure PowerShell modules and settings
- Set up your PowerShell profile for enhanced functionality
