Prerequisites:
- Operating System: Windows 10 or Windows 11
Steps:
- Install Windows Terminal and PowerShell
Search for and install both applications from the Microsoft Store. - Modify Configuration Settings
- Open Windows Terminal and change the default profile under the Startup tab to the newly installed PowerShell.
- Click the “Open JSON file” button at the bottom left, then add the following configurations under the
defaults
section: - In the Windows Terminal settings, change the font for Default/PowerShell/Command Prompt to JetBrains Mono Medium Nerd Font Complete Mono
Font Download Link
// Enable acrylic blur effect
"useAcrylic": true,
"acrylicOpacity": 0.2,
// Set background image (replace URL with your local image path, e.g., C:\\1.png)
"backgroundImage": "URL",
"backgroundImageOpacity": 0.4
Install oh-my-posh
- Search for and install it from the Windows Store, or use this direct link:
oh-my-posh Store Link - After installation, modify the startup script:
In Windows Terminal, run:
notepad $PROFILE
Add the following line to the file:
oh-my-posh init pwsh --config $env:POSH_THEMES_PATH\montys.omp.json | Invoke-Expression
Final Step
Restart Windows Terminal to enjoy your customized interface!