Last active
July 9, 2024 03:32
-
-
Save EricZimmerman/0739e0181d0259e76ea67faa24cb411b to your computer and use it in GitHub Desktop.
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
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\powerlevel10k_rainbow.omp.json" | Invoke-Expression | |
Import-Module -Name Terminal-Icons | |
Set-PSReadLineOption -PredictionViewStyle ListView | |
Set-PSReadLineOption -PredictionSource history |
FYI for VSCode Terminal:
Open Settings in Visual Studio Code.
On PC: press Ctrl+, or click File → Preferences → Settings.
On Mac: press ⌘ , or click Code → Preferences → Settings.
Enter terminal.integrated.fontFamily in the search box at the top of Settings tab and set the value below to MesloLGS NF.
you can also install fonts via
oh-my-posh font install
once oh-my-posh is installed
Just installed this, thanks for sharing 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to edit profile, from powershell:
notepad $PROFILE