Skip to content

Instantly share code, notes, and snippets.

@abuturabofficial
Last active December 9, 2021 02:07
Show Gist options
  • Save abuturabofficial/50f39f8aeda9e46e9803248b717dc0a1 to your computer and use it in GitHub Desktop.
Save abuturabofficial/50f39f8aeda9e46e9803248b717dc0a1 to your computer and use it in GitHub Desktop.
#location `$profile`.
#Oh-My-Posh module using InstalledModule Command
#Import-Module oh-my-posh
#Set-PoshPrompt -Theme powerlevel10k_modern
oh-my-posh --init --shell pwsh --config ~\AppData\Local\Programs\oh-my-posh\themes\powerlevel10k_modern.omp.json | Invoke-Expression
#Terminal Icons for PowerShell
Import-Module -Name Terminal-Icons
#History, List view, Vim mode for PowerShell
Import-Module PSReadLine
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows
Set-PSReadLineOption -EditMode Vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment