Skip to content
This repository was archived by the owner on Dec 8, 2017. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 877 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 877 Bytes

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