Note: This is written retrospectively, so I might have missed something. Adapted from Scott Hanselman's excellent guide
- Install Windows Terminal (from Store)
- Install Scoop
- Install Powershell stuff:
Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser