cd ~/.oh-my-zsh/custom/themes #create the themes dir if it's not there
curl https://raw.githubusercontent.com/cirpo/zirpot/master/zirpot.zsh-theme > zirpot.zsh-theme`
change the theme in your zshrc
:
ZSH_THEME="zirpot"
I couldn't find a theme that has the current time, PID number, git infos and the prompt on a new line.
Feel free to use it and send PRs :)