Transform your Windows PowerShell into a powerful, beautiful, and productive terminal environment that rivals the best Linux shells. This comprehensive PowerShell profile brings together modern tools, elegant themes, and productivity-enhancing features to create a seamless command-line experience.
- Windows 10/11 with PowerShell 7+ installed
- Git to clone the repository
- Administrator privileges (required for setup script)
irm "https://github.com/tonytech83/powershell-profile/raw/main/setup.ps1" | iex- JetBrainsMono Nerd Font
- Oh My Posh
- Terminal Icons module
- fzf (fuzzy finder)
- zoxide (smart cd command)
# Copy theme file to Oh My Posh themes directory
Copy-Item "themes\<theme-name>" "$env:POSH_THEMES_PATH\"
# Example for minimal theme:
Copy-Item "themes\minimal.toml" "$env:POSH_THEMES_PATH\"Theme not loading:
- Ensure you've restarted PowerShell after installation
- Check that the theme file exists in
$env:POSH_THEMES_PATH - Verify the theme name in your profile matches the copied file
Setup script fails:
- Make sure to run PowerShell as Administrator
- Check your internet connection for downloading dependencies
- If winget is not available, install it from Microsoft Store
Profile not loading:
- Check if the profile file exists:
Test-Path $PROFILE - Verify the profile path:
$PROFILE - Manually source the profile:
. $PROFILE
For more help or to report issues, please check the GitHub repository.



