Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

The source for a prettier PowerShell

Notifications You must be signed in to change notification settings

krokofant/lovely-powershell

Repository files navigation

✨ Lovely Powershell

✨ Lovely Powershell is here to make it easy to have a pretty PowerShell. Utilizing oh-my-posh and custom console settings via concfg.

Powershell Window

Installation

1. Install scoop

set-executionpolicy remotesigned -s currentuser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

2. Install the powershell bucket

scoop bucket add powershell-tools https://github.com/krokofant/scoop-powershell-bucket.git

3. Install lovely-powershell ❤

scoop install lovelypowershell

And then add the import to your powershell profile

Import-Module LovelyPowershell

Uninstall

Might not remove all graphical changes like terminal colors.

scoop uninstall lovelypowershell