Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 2.53 KB

File metadata and controls

32 lines (20 loc) · 2.53 KB

TerminalConfiguration

This project contains the necessary information to perosnalise the Windows Terminal environment.

Contents

ADJ.json : Json profile for OhMyPosh.

Config.ps1 : Configuration script (See Setup).

PSProfile.ps1 : PowerShell profile that is created upon running the configuration script.

Prerequisites

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 use Ubuntu Mono Nerd Font

Setup

⚠️ All the commands below need to be run as admin.

  1. Enable local script execution: (For more info see PowerShell Execution Policies)

    Set-ExecutionPolicy RemoteSigned -Force
  2. Run Config.ps1 within that PowerShell window