simsrw73 / monochrome.omp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monochrome - An Oh My Posh theme for Powershell

Preview

Installation

  1. Install required modules

    1. Install-Module posh-git -Scope CurrentUser
    2. Install-Module oh-my-posh -Scope CurrentUser
    3. Update-Module -Name oh-my-posh -AllowPrerelease -Scope CurrentUser
  2. Install a Nerd Font and configure your terminal to use the installed Nerd Font

  3. Download monochrome.omp.json to your $HOME directory.

  4. Create or edit your powershell profile ($PROFILE) and add these lines:

Import-Module posh-git
Import-Module oh-my-posh
Set-PoshPrompt -Theme  ~/monichrome.omp.json
  1. Restart your terminal

About