Skip to content

masterodie/zsh-theme-odie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZSH Theme

This theme includes status indicators for git, python virtualenv, vi mode and a symbol indicating the exit status of the last run command.

This was built with the help of Oh My Zsh

Screenshots

The terminal used in the screenshots is gnome-terminal

The Colorscheme used is vimix-dark-laptop-doder

Last command was successful (exit code of 0)

clean

Last command had an error (exit code not 0)

command status

Git branch info

git clean

Python virtualenv info

virtualenv clean

Python virtualenv info and git with changes in repository

virtualenv and dirty git

Vi-mode normal mode indicator

vi-mode

Installation

antigen

With antigen add something like this to ~/.zshrc

# load antigen
source ${HOME}/.zsh/antigen.zsh
#...
antigen use oh-my-zsh
# ...
antigen bundle git
antigen bundle virtualenv
antigen bundle vi-mode
# ...
antigen theme masterodie/zsh-theme-odie
# ...
antigen apply
# ...
VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true  # needed for vi-mode indicator to work correctly

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages