Pimp up your terminal. https://ohmyposh.dev/docs/installation/windows
- download Windows Terminal https://github.com/microsoft/terminal
- Download the meslo nerd font https://ohmyposh.dev/docs/installation/fonts
winget install JanDeDobbeleer.OhMyPosh -s winget
- Find you favorite theme in
ls C:\Users\Digit\AppData\Local\Programs\oh-my-posh\themes\
- Set oh-my-posh to init everytime powershell is opened. https://ohmyposh.dev/docs/installation/prompt
notepad $PROFILE
- If this doesn’t work. create the profile
New-Item -Path $PROFILE -Type File -Force
- If this doesn’t work. create the profile
- write
oh-my-posh init pwsh | Invoke-Expression
$PROFILE
to update it- open a new session