Skip to content

πŸ§›β€β™‚οΈ Dark theme for Oh-my-posh (Powershell)

Notifications You must be signed in to change notification settings

prubini87/dracula-ohmyposh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dracula theme for Powershell

A dracula theme for Oh-my-posh.

Screenshot

Install

Step 1: You need to to install Oh-my-posh first.

Step 2: Download Dracula.psm1 and move this file to :

%USERPROFILE%\Documents\PowerShell\Modules\oh-my-posh\<Version>\Themes

Version Depending on your version

Step 3: Set theme in your profile

Set-Theme Dracula

My profile configurations:

Import-Module posh-git
Import-Module oh-my-posh
Import-Module PSReadLine

Set-Theme Dracula

If (-Not (Test-Path Variable:PSise)) {
    Import-Module Get-ChildItemColor
    Set-Alias l Get-ChildItem -option AllScope
    Set-Alias ls Get-ChildItemColorFormatWide -option AllScope
}
Set-PSReadlineKeyHandler -Key Tab -Function Complete

Terminal & Font

Author

Vu Thanh Le

About

πŸ§›β€β™‚οΈ Dark theme for Oh-my-posh (Powershell)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published