Home

Awesome

Powerline theme for oh-my-zsh

The Powerline style prompt for oh-my-zsh.

REQUIREMENTS

PREVIEW

powerline prompt

INSTALLATION

Manual / oh-my-zsh

  1. Clone the repository.

    $ git clone https://github.com/KuoE0/oh-my-zsh-solarized-powerline-theme.git
    
  2. Create a symbolic link of solarized-powerline.zsh-theme in .oh-my-zsh/themes/.

    $ ln -s $PWD/solarized-powerline.zsh-theme ~/.oh-my-zsh/themes
    
  3. Configure the theme in your .zshrc file :

    ZSH_THEME="solarized-powerline"
    

Antigen

antigen theme KuoE0/oh-my-zsh-solarized-powerline-theme solarized-powerline

See Antigen for more info.

CONFIGURATION

You can set following options in your .zshrc.

ZSH_POWERLINE_SHOW_USER

ZSH_POWERLINE_SHOW_IP

ZSH_POWERLINE_SHOW_TIME

ZSH_POWERLINE_SINGLE_LINE

ZSH_POWERLINE_SHOW_GIT_STATUS

ZSH_POWERLINE_SHOW_GIT_BRAHCH_ONLY

ZSH_POWERLINE_SHOW_RETURN_CODE

ZSH_POWERLINE_SHOW_OS

ZSH_POWERLINE_DIRECTORY_DEPTH

KNOWN ISSUES