Starting from My Ultimate PowerShell prompt with Oh My Posh and the Windows Terminal
Alternative Tutorial: Set up Powerline in Windows Terminal
winget install Microsoft.PowerShell
Most of the instructions from above, skip to VS Code modification.
Caskaydia Cove Nerd Font Complete
ttf - install for all users.
winget install JanDeDobbeleer.OhMyPosh
code $PROFILE
NOTE: PowerShell in Windows Terminal vs VS Code Path: C:\Users<User>\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 Path: C:\Users<User>\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
Import-Module posh-git
Import-Module oh-my-posh
Set-Theme Paradox
{
// Make changes here to the powershell.exe profile.
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"fontFace": "CaskaydiaCove NF",
"hidden": false
},
"terminal.integrated"
"terminal.integrated.fontFamily": "CaskaydiaCove NF",