/PS-Config

Powershell Config

Primary LanguagePowerShell

Build status

Screenshot

Picture of my current console look and feel

Installation

One Liner (run this in powershell as the current user context):

pushd "$env:USERPROFILE\Documents"; git clone --recursive https://github.com/chrisbenti/ps-config.git WindowsPowerShell; . $PROFILE; popd

You will also need ConEmu with one of the patched fonts

Testing

Testing is done with the Pester framework.

To execute tests, run "test.bat" from your profile root.

Inspiration and Resources