Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 896 Bytes

README.MD

File metadata and controls

46 lines (31 loc) · 896 Bytes

POSH theme

adynetro

POSH

Installation

Install oh-my-posh from https://ohmyposh.dev/ and Meslo LGM NF nerd font https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip

Install-Module oh-my-posh
Import-Module oh-my-posh

clone the repo inside home folder

oh-my-posh init pwsh --config "~\posh\.adynetro.omp.json" | Invoke-Expression

add poshprompt to $PROFILE and reload the terminal

Add autocomplete

Install-Module PSReadLine -Force

add lines to $PROFILE and reload the terminal

Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView

Add terminal Icons

Install-Module -Name Terminal-Icons -Repository PSGallery

and add this to $PROFILE and reload the terminal

Import-Module -Name Terminal-Icons