A stylish and functional PowerShell profile that looks and feels almost as good as a Linux terminal.
A smarter PowerShell so you always know which command to run next.
- Input History
- Next Word Prediction
- Smart Quotes
- Argument Highlighter
- Auto Bracket Pairing
- Custom Prompt
Execute the following command in an elevated PowerShell window to install the PowerShell profile:
irm "https://github.com/bitsper2nd/powershell-profile/raw/main/setup.ps1" | iex
The script will also install the following cli tools from Winget:
- RipGrep - A clone of grep.
- sd - A sed alternative.
- fd - An alternative to find.
- starship - A customizable prompt.
- gsudo - Sudo for Windows.
- zoxide - A smarter cd command.
- bat - A cat clone.
- tlrc - Cheatsheets for console commands.
- eza - A modern replacement for ls
- Chris Titus for his PowerShell Profile repository
- Scott Hanselman for his Powershell Profile Gist
Now, enjoy your enhanced PowerShell experience!