Put . $HOME\.dotfiles\powershell\user_profile.ps1
inside $PROFILE
of windows powershell.
- oh-my-posh: Make sure to install OhMyPosh,
winget install -e --id JanDeDobbeleer.OhMyPosh
. - starship: Install starship
winget install -e --id Starship.Starship
, uncomment the starship config and comment out the OhMyPosh config insideuser_profile.ps1
.
For module Terminal-Icons, find it with Find-Module
and install it.
Find-Module -Name Terminal-Icons | Install-Module