Skip to content

A clean and elegant Oh My Zsh theme with improved git branch readability and human-readable command execution time.

License

Notifications You must be signed in to change notification settings

dodbrian/omz-theme-redefined

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redefined Theme for Oh My Zsh

A clean and elegant theme for Oh My Zsh.

Features

  • The current git branch color is now light green for better readability.
  • The elapsed time shown after the command finished is displayed in a human-readable format.

Installation

Easy Install

You can install the theme by downloading the theme file directly into your Oh My Zsh custom themes directory.

Using curl:

curl -o ~/.oh-my-zsh/custom/themes/redefined.zsh-theme https://raw.githubusercontent.com/dodbrian/omz-theme-redefined/main/redefined.zsh-theme

Or using wget:

wget -O ~/.oh-my-zsh/custom/themes/redefined.zsh-theme https://raw.githubusercontent.com/dodbrian/omz-theme-redefined/main/redefined.zsh-theme

Manual Install (for developers)

If you want to keep the repository for development or easy updates, you can clone it and symlink the theme file.

  1. Clone this repository into your Oh My Zsh custom themes directory:

    git clone https://github.com/dodbrian/omz-theme-redefined.git ~/.oh-my-zsh/custom/themes/omz-theme-redefined
  2. Symlink the theme file to your Oh My Zsh custom themes directory:

    ln -s ~/.oh-my-zsh/custom/themes/omz-theme-redefined/redefined.zsh-theme ~/.oh-my-zsh/custom/themes/redefined.zsh-theme

Usage

With the omz command

  1. Set the theme:

    omz theme set redefined
  2. Reload the shell:

    omz reload

Manually

  1. Set ZSH_THEME="redefined" in your ~/.zshrc file.

  2. Reload your shell:

    source ~/.zshrc

Screenshots

Redefined Theme Screenshot

Credits

This theme is based on the refined theme from Oh My Zsh, which was adapted by mcornella. The refined theme itself was a port of the pure theme, originally created by sindresorhus.

About

A clean and elegant Oh My Zsh theme with improved git branch readability and human-readable command execution time.

Topics

Resources

License

Stars

Watchers

Forks

Languages