Skip to content

AlCpwnd/TerminalConfiguration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 user CascadiaCode

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published