-
Install Windows Terminal via Store
-
Download & install PowerShell Core
-
Download & install
Font Cascadia Code PL(it's a free font) -
Open Windows Terminal, go to Settings
- Set PowerShell Core GUID in the
defaultProfile - Under
profilesadddefaults- Set
fontFacetoCascadia Code PL - set
fontSizee.g. 12
- Set
- Set PowerShell Core GUID in the
-
In PowerShell Core run
Install-Module posh-git --Scope CurrentUserInstall-Module oh-my-posh --Scope CurrentUserInstall-Module PSReadLine --Scope CurrentUser
-
Under
~\Documents\PowerShell(Create direcotry if it doesn't exist)- Create a File called
Microsoft.PowerShell_profile.ps1 - Contents schould be
Import-Module posh-git Import-Module oh-my-posh Set-Theme Paradox
- Create a File called
Under settings, change the values for terminal.integrated.shell.windows (depending on your OS)
-
terminal.integrated.fontFamilytoCascadia Code PL -
terminal.integrated.shell.windowstoC:\\Program Files\\PowerShell\\7\\pwsh.exe(this should be your PowerShell Core installation path)