Skip to content

Instantly share code, notes, and snippets.

View otto-gebb's full-sized avatar

otto-gebb

  • Karlsruhe
View GitHub Profile
# winget install JanDeDobbeleer.OhMyPosh -s winget
# https://ohmyposh.dev/docs/installation/customize
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/unicorn.omp.json" | Invoke-Expression
# Install-Module -Name PSFzf
# https://github.com/kelleyma49/PSFzf/tree/master?tab=readme-ov-file#psfzf
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
# choco install zoxide -y
Invoke-Expression (& { (zoxide init powershell | Out-String) })