项目作者: houjunchen

项目描述 :
Solarized powerline style theme for zsh
高级语言: Shell
项目地址: git://github.com/houjunchen/solarized-powerline.git
创建时间: 2015-06-05T15:05:43Z
项目社区:https://github.com/houjunchen/solarized-powerline

开源协议:

下载


solarized-powerline

Solarized powerline style theme for zsh

Forked from agnoster’s theme and influenced by maverick2000’s theme and iijeremyFreeAgent’s theme.

Preview

preview

preview2

Information segments

  • Left prompt
    1. Command status
    2. User@hostname (optional)
    3. Working directory
    4. Python virtual environment (option: SP_DISABLE_VIRTUAL_ENV_PROMOT)
    5. Git status
    6. Hg status
  • Right prompt
    1. Zsh vi mode indicator (option: SP_DISABLE_VI_INDICATOR)
    2. time

Prerequisites

Install your favorite version of
Powerline-patched fonts

Installation

  1. git clone https://github.com/houjunchen/solarized-powerline.git
  2. cd solarized-powerline
  3. ln -s solarized-powerline.zsh-theme ~/.oh-my-zsh/themes/solarized-powerline.zsh-theme

Note: To avoid too many levels of symbolic links, you may need to use absolute target in ln -s.

Modify ~/.zshrc setting

  1. ZSH_THEME="solarized-powerline"