How to Install Oh My Zsh! on Windows 10 Home Edition - DEV Community

PHOTO EMBED

Sun May 02 2021 09:22:35 GMT+0000 (Coordinated Universal Time)

Saved by @admariner

Set ZSH_THEME="spaceship"

SPACESHIP_PROMPT_ORDER=(
  user          # Username section
  dir           # Current directory section
  host          # Hostname section
  git           # Git section (git_branch + git_status)
  hg            # Mercurial section (hg_branch  + hg_status)
  exec_time     # Execution time
  line_sep      # Line break
  vi_mode       # Vi-mode indicator
  jobs          # Background jobs indicator
  exit_code     # Exit code section
  char          # Prompt character
)
SPACESHIP_USER_SHOW=always
SPACESHIP_PROMPT_ADD_NEWLINE=false
SPACESHIP_CHAR_SYMBOL="❯"
SPACESHIP_CHAR_SUFFIX=" "
content_copyCOPY

https://dev.to/vsalbuq/how-to-install-oh-my-zsh-on-windows-10-home-edition-49g2