Terminal Setup
Windows
Install
- oh-my-posh
- posh-git
- Windows Terminal
Powershell
Set the profile.ps1 notepad $PROFILE
Import-Module PSReadLine
Import-Module -Name Terminal-Icons
Set-PoshPrompt -Theme paradox
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows