This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) }) |
OlderNewer