- Originally adapteed from Scott Hanselman's excellent guide.
- Updated in 2021-08 for oh-my-posh v3.
- Uses a theme based on Paradox theme
- Short folder names, special icons for Registry, Home, etc
- Different prompt icon when running as admin
- Shows last exit code
- Timing info for long-running commands
- Git status
- Install Windows Terminal (from Store)
- Install Scoop
- Install Powershell stuff:
scoop install posh-git
Install-Module oh-my-posh -Scope CurrentUser
sudo Install-Module -Name Recycle
- Install nerd-font
scoop bucket add nerd-fonts
sudo scoop install Delugia-Nerd-Font-Complete
- In Windows Terminal,
Ctrl
+Shift
+,
to opensettings.json
- Add
{
"profiles":
{
"defaults":
{
"fontFace": "Delugia"
}
}
}
- Create the other files listed here