This is a PowerShell console prompt inspired by Kali Linux's colorful, multiline ZSH terminal prompt. Thanks to Bob on Stack Overflow for his answer.
I added a feature where if your present working directory (PWD) is a Git repository, it will run git rev-parse --show-toplevel
to get the repo name and include it in the prompt. Feel free to leave this out if you don't need/want it.