Skip to content

adynetro/posh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Oh my posh theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published