Skip to content

Instantly share code, notes, and snippets.

@tomaszprasolek
Last active June 3, 2024 12:24
Show Gist options
  • Save tomaszprasolek/9140359ab93668773addb6e233c7e6b1 to your computer and use it in GitHub Desktop.
Save tomaszprasolek/9140359ab93668773addb6e233c7e6b1 to your computer and use it in GitHub Desktop.
Windows Terminal +Oh-my-posh config
Set-PSReadLineOption -PredictionViewStyle ListView -PredictionSource History -HistoryNoDuplicates
Import-Module -Name Terminal-Icons
oh-my-posh init pwsh --config 'C:\Users\Tomasz.Prasolek\AppData\Local\Programs\oh-my-posh\themes\illusi0n.omp.json' | Invoke-Expression
$env:POSH_GIT_ENABLED = $true
New-Alias sbl "C:\Program Files\Sublime Text\sublime_text.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment