Theme for Oh-My-Zsh

August 6, 2021 ยท View on GitHub

A theme for the oh-my-zsh terminal.

Preview

zsh-curto

Installation Manually

  1. Copy file momoyo.zsh-theme to $ZSH_CUSTOM/themes folder. (You may need to create themes folder if it doesn't exist)
  2. Set theme to momoyo in ~/.zshrc:
ZSH_THEME="momoyo"

Features

  • User name
  • Current working directory
  • Git branch
  • Git status
    • โœš โ€”โ€” ADDED FILES
    • ๐Ÿ“‹ โ€”โ€” MODIFIED FILES
    • ๐Ÿ—‘๏ธ โ€”โ€” DELETED FILES
    • โœ๏ธ โ€”โ€” RENAMED FILES
    • โœ‚ โ€”โ€” UNMERGED CHANGES
    • โœฑ โ€”โ€” UNTRACKED CHANGES
  • (โœ˜) turns red if the last run fails

More themes

You can get more help from oh-my-zsh: Custom Theme

License

The MIT License.