If you use Git then you want to have some visual information when you make changes in your terminal.
winget install Microsoft.WindowsTerminal
winget install Microsoft.Powershell
winget install JanDeDobbeleer.OhMyPosh -s winget
Start the PowerShell as an Administrator
Install-Module posh-git -Scope CurrentUser
notepad $PROFILE
Import-Module posh-git
oh-my-posh init pwsh | Invoke-Expression
oh-my-posh font install
Select CascadiaCode
https://github.com/dahlbyk/posh-git
https://anshbadaya.medium.com/customizing-windows-terminal-with-posh-git-and-oh-my-posh-752c0e0eb8cb