weswigham / PSPowerline

Inspired by Oh My ZSH's Powerline theme, but for PowerShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSPowerline

Build status

PSPowerline is a PowerShell module that creates a prompt similar to a very popular Oh-My-ZSH Theme.

Installation

  • Git clone in your Powershell Modules directory
  • Add to your profile

Configuration

Variable Name Setting
$global:PSPL:Num_Chars = 3 The number of characters in shorten path folder names in the prompt.

Screenshot

Picture of what PSPowerline looks like

Testing

Testing is done with the Pester framework.

To execute tests, run "test.bat" from the project root.

Inspiration and Resources

About

Inspired by Oh My ZSH's Powerline theme, but for PowerShell


Languages

Language:PowerShell 99.7%Language:Batchfile 0.3%