A minimal Oh My ZSH prompt with working directory, Git local info, Git remote info, time and exit code.
iTerm theme: Seti, Font: Operator Mono
ln -s your-path/aplos.zsh-theme ~/oh-my-zsh/themes
or mv your-path/aplos.zsh-theme ~/oh-my-zsh/themes
# .zshrc
plugins=(git)
ZSH_THEME="aplos"