Anything is better than macOS’ default terminal. The white background and the way-too-small font are not a good fit for anyone. But hey! at least it’s Windows’ terminal, am I right?

Mine looks like this.

terminal screenshot

It’s pretty basic but it’s got what I need:

  • it’s easy to read
  • it tells me in which git branch I am
  • it has got emojis 😎

Here’s what you need to know to setup yours:

ZSH_THEME="bullet-train"

BULLETTRAIN_PROMPT_ORDER=(
  dir
  git
)

BULLETTRAIN_DIR_EXTENDED="0"
BULLETTRAIN_GIT_CLEAN=" đŸ‘ŒđŸœ "
BULLETTRAIN_GIT_DIRTY=" đŸ’© "
BULLETTRAIN_GIT_UNTRACKED="%F{red} ★ %F{black}"