Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 542 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 542 Bytes

Powershell

Quick start

Put . $HOME\.dotfiles\powershell\user_profile.ps1 inside $PROFILE of windows powershell.

Prompt

  1. oh-my-posh: Make sure to install OhMyPosh, winget install -e --id JanDeDobbeleer.OhMyPosh.
  2. starship: Install starship winget install -e --id Starship.Starship, uncomment the starship config and comment out the OhMyPosh config inside user_profile.ps1.

Setup

For module Terminal-Icons, find it with Find-Module and install it.

Find-Module -Name Terminal-Icons | Install-Module