Skip to content

mbolis/mbolis-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbolis ZSH Theme

A custom theme for Oh my ZSH.

Features

  • Left prompt:
    • full path display
    • alternate prompt color for root user
    • previous command error status indicator
    • active jobs indicator
    • basic Git integration
    • jenv integration
  • Right prompt:
    • actual exit code on error
    • current Git commit hash
  • Second level prompt:
    • auto indentation
    • parser context stack on the right

Screenshot

Screenshot showing features

Installation

wget -O "${ZSH}/custom/themes/mbolis.zsh-theme" \
    https://raw.github.com/mbolis/mbolis-zsh-theme/master/mbolis.zsh
antigen use oh-my-zsh
antigen bundle git
antigen bundle jenv
antigen theme mbolis/mbolis-zsh-theme
zgen oh-my-zsh
zgen oh-my-zsh plugins/git
zgen oh-my-zsh plugins/jenv
zgen load mbolis/mbolis-zsh-theme
setopt promptsubst

zplugin ice wait lucid
zplugin snippet OMZ::lib/git.zsh

zplugin ice wait atload"unalias grv" lucid
zplugin snippet OMZ::plugins/git/git.plugin.zsh

zplugin ice wait lucid
zplugin snippet OMZ::plugins/jenv/jenv.plugin.zsh

PS1=">>> "
zplugin ice wait'!' lucid
zplugin light mbolis/mbolis-zsh-theme

Future plans

  • Syntax highlighting
  • Auto-completion styling
  • Custom behavior on double-return (?)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages