An easy step-by-step to customize your windows terminal
Install Windows Terminal from windows Store
Install GIT (if you need it) from https://git-scm.com/downloads
Install a nerd font from https://www.nerdfonts.com/font-downloads, I choose UbuntuMono NF

Open PowerShell and paste these:
Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser
Confirm any message usingYandA-
Update/Create PROFILE: open windows terminal and paste this
notepad $PROFILE
accept to create one if it asked, then paste this:
Import-Module posh-git
Import-Module oh-my-posh
Set-PoshPrompt -Theme Paradox

Save itParadox is the name of the theme
Get all themes' name by using:Get-PoshThemes Set font
UbuntuMono NFof any terminal you would like to use like: Window Terminal, VS Code.

-
Result


Top comments (0)