Skip to content

albertna/my-omp-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Oh-My-Posh themes

Fluent theme

fluent

Blocks theme

blocks

Usage

In Microsoft.Powershell_profile.ps1:

$env:VIRTUAL_ENV_DISABLE_PROMPT=1

Import-Module PSReadLine
Set-PSReadLineOption -PredictionSource HistoryAndPlugin

Import-Module posh-git
$env:POSH_GIT_ENABLED = $true
# $GitPromptSettings.BeforeStatus = ''
# $GitPromptSettings.AfterStatus = ''

oh-my-posh init pwsh --config '~/Documents/WindowsPowerShell/my-omp-themes/fluent.json' | Invoke-Expression
# Enable-PoshTransientPrompt

About

Customized Oh-My-Posh themes for personal use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published