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 is done with the Pester framework.
To execute tests, run "test.bat" from your profile root.