Skip to content

Instantly share code, notes, and snippets.

@marcduiker
Last active September 19, 2021 04:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcduiker/deca91b16910c2dc6ee915273a7b56f7 to your computer and use it in GitHub Desktop.
Save marcduiker/deca91b16910c2dc6ee915273a7b56f7 to your computer and use it in GitHub Desktop.
Windows Termimal Style Setup

Prettify Windows Terminal

  • Download and install CasKaydiaCove NF from https://www.nerdfonts.com/font-downloads
  • Run Install-Module -Name Terminal-Icons -Repository PSGallery
  • Run Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser
  • Run Install-Module -Name oh-my-posh -Scope CurrentUser -AllowPrerelease
  • Update $PROFILE with content shown below.
  • Update WindowsTerminal settings to use the CasKaydiaCove NF font.

$PROFILE content

Import-Module -Name Terminal-Icons
Import-Module -Name oh-my-posh
Set-PoshPrompt -Theme marcduiker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment