Starship
Installation
Install using winget
powershell
winget install --id Starship.StarshipConfiguration
PowerShell Integration
Add the following line to your PowerShell profile ($PROFILE):
powershell
Invoke-Expression (&starship init powershell)Presets
powershell
New-Item -ItemType Directory -Path $HOME\.config -Force
starship preset plain-text-symbols -o $HOME\.config\starship.toml