This project contains the necessary information to perosnalise the Windows Terminal environment.
ADJ.json : Json profile for OhMyPosh.
Config.ps1 : Configuration script (See Setup).
PSProfile.ps1 : PowerShell profile that is created upon running the configuration script.
The script will configure the PSProfile.ps
as your $PROFILE
and will be using OhMyPosh.
I therefore recommend you download one of the NerdFonts in order to have all icons show up properly.
ℹ️ I personally user CascadiaCode
⚠️ All the commands below need to be run as admin.
-
Enable local script execution: (For more info see PowerShell Execution Policies)
Set-ExecutionPolicy RemoteSigned -Force
-
Run Config.ps1 within that PowerShell window