My Perfect Oh My Posh Replacement For Oh My Zsh

Table of Contents [hide]

Overview

Recently I moved from a Macbook Air to a windows machine and the thing I missed most was the git info in the terminal. Everything was so simple an sufficient with Oh My Zsh.

After spent some time, I found the perfect theme (https://github.com/AntonRyadovoy/Powershell-nord-theme/blob/main/nordcustom_v.3.yaml with a little tweak).

Setup

I believe that you already setup oh my posh.

Let’s go to the theme folder and create the theme file:

PowerShell

Use any editor you want to put the following content

YAML

edit your profile to load the theme

PowerShell

And put this line at the top to load the correct profile:

PowerShell

That’s it!

Result

oh my posh theme

This is exactly what I need.

Leave a Comment