Install oh-my-posh in Powershell

PHOTO EMBED

Sat Feb 11 2023 11:28:28 GMT+0000 (Coordinated Universal Time)

Saved by @dtholen #powershell

# Install
winget install JanDeDobbeleer.OhMyPosh -s winget

# Install a NERD Font
oh-my-posh font install

# Edit $PROFILE
notepad $PROFILE

# If $POROFILE doesn't exist:
# New-Item -Path $PROFILE -Type File -Force

// Inside $PROFILE
# Dark cool one
#oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/1_shell.omp.json' | Invoke-Expression

# Lighter
oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/catppuccin_latte.omp.json' | Invoke-Expression
content_copyCOPY