Last active
May 27, 2021 12:11
-
-
Save MaxySpark/6089ea669a8ea1bf083c1a478ae3e6c0 to your computer and use it in GitHub Desktop.
This file contains 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
Install-Module oh-my-posh -Scope CurrentUser | |
Get-PoshThemes | |
if (!(Test-Path -Path $PROFILE.CurrentUserAllHosts)) { | |
New-Item -ItemType File -Path $PROFILE.CurrentUserAllHosts -Force | |
} |
This file contains 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
Import-Module posh-git | |
Import-Module oh-my-posh | |
Set-PoshPrompt -Theme powerlevel10k_classic | |
# Shows navigable menu of all options when hitting Tab | |
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete | |
# Autocompletion for arrow keys | |
Set-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward | |
Set-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"fontFace": "OperatorMono Nerd Font"
https://drive.google.com/file/d/1Bxa1wHZHe1G8UztN-XBunK_N0WMgt7jE/view?usp=sharing