DEV Community

Tim Apple for Vets Who Code

Posted on

1

My Favorite Oh-My-Zsh theme

I wanted to put this in my JS setup post, but I decided themes really were more a personal preference and not a necessary part of the whole scheme. But I did want to share.

So my favorite Oh-My-Zsh theme is called Honukai. It is not in the default themes for OMZ so you have to add it manually. It gives quite a bit of info.

  • Username
  • Computer name
  • Current directory name
  • Current git branch name
  • Current status of git (dirty / add / commit / push)
  • Current time
  • Fancy colors for each of above information.
  • Always returns on a new line.

Here is a look at it.

Alt Text

So to get it you can download it here or go get it from the repo here.

  1. Drop honukai.zsh-theme into the ~/.oh-my-zsh/custom/themes/ directory (simply create the themes directory if it does not exist)
  2. Change the theme variable name to ZSH_THEME="honukai" in ~/.zshrc
  3. Reload ZSH with source ~/.zshrc

Off to the races you go.

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (1)

Collapse
 
chrisdigital profile image
Chris C.

You might enjoy what I've done here: Honukai adaptations for Tabby, ZED IDE, and VS Code: github.com/chrisdigital/honukai-theme

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay