Skip to content

Instantly share code, notes, and snippets.

@at-the-vr
Last active February 23, 2025 05:12
Show Gist options
  • Save at-the-vr/265fda543322d6d87267e1f2829f455c to your computer and use it in GitHub Desktop.
Save at-the-vr/265fda543322d6d87267e1f2829f455c to your computer and use it in GitHub Desktop.
My Terminal Profile

Shell

Powershell by Microsoft

Terminal

Oh My Posh

Terminal Font

Meslo LGM NF

Current Oh My Posh Profile


Theme

easy-term

oh-my-posh init pwsh --config 'C:\Users\Eobard\AppData\Local\Programs\oh-my-posh\themes\lv-easy-term.omp.json' | Invoke-Expression Import-Module -Name Terminal-Icons

Add auto complete (requires PSReadline 2.2.0-beta1+ prerelease)

Set-PSReadLineOption -PredictionSource History Set-PSReadLineOption -PredictionViewStyle ListView Set-PSReadLineOption -EditMode Windows

Modules Used

  1. Terminal-Icons
  2. PredictionSource History

Blog Referred: Level up Windows Powershell with Oh-My-Posh


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment