This project contains the necessary information to perosnalise the Windows Terminal environment.
ADJ.omp.json : Json profile for OhMyPosh.
Setup.ps1 : Configuration script (See Setup).
PSProfile.ps1 : PowerShell profile that is created upon running the configuration script.
Clone the repository onto the device that needs to be configured.
You can also download and unpack the repository onto the device to be configured.
⚠️ 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 Setup.ps1 within that PowerShell window