Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.18 KB

README.MD

File metadata and controls

50 lines (32 loc) · 1.18 KB

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