Pimp My Terminal

Instalar las fuentes
Caskaydia Cove Nerd Font Complete Mono

Install-Module -Name Terminal-Icons -Repository PSGallery

Después agregar al documento PowerShell .ps1 del perfil:
Import-Module -Name Terminal-Icons

Install-Module PSReadLine -RequiredVersion 2.2.0-beta4 -AllowPrerelease
Install-Module z -AllowClobber

Fichero de configuración:

Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -EditMode Windows
Set-PSReadLineOption -PredictionViewStyle ListView

Si hay algún fallo, actualizar la versión del módulo aunque no salga por pantalla se puede ejecutar.