Git Product home page Git Product logo

oh-my-zsh-powerline-theme's Introduction

oh-my-zsh-powerline-theme

oh-my-zsh Powerline style Theme

Preview

Preview

Set Up

  1. Clone the repository.

  2. Create a symlink of powerline.zsh-theme in .oh-my-zsh/themes/. You can use the install_in_omz.sh file:

    ./install_in_omz.sh
    
  3. Configure the theme in your .zshrc file:

    ZSH_THEME="powerline"
    

More options

All options must be overridden in your .zshrc file.

By default, at the right of the powerline are displayed the date and the time. If you don't want date or time, you can choose what you want to display:

POWERLINE_RIGHT_B="date replacement"

Or if you don't want to display anything:

POWERLINE_RIGHT_B="none"

If you want to display date next to time:

POWERLINE_RIGHT_A="date"

If you want to display exit-code of last command next to time:

POWERLINE_RIGHT_A="exit-status"

If you want to display date or non-zero-exit-code of last command next to time:

POWERLINE_RIGHT_A="mixed"

If you want to display a custom text next to time:

POWERLINE_RIGHT_A="Your very best text"

If you want to change the date format to what you want:

POWERLINE_DATE_FORMAT="%D{%d-%m}"

If you don't want to display your username (the green or red (root) colors are still there):

POWERLINE_HIDE_USER_NAME="true"

If you don't want to display your hostname (the green or red (root) colors are still there):

POWERLINE_HIDE_HOST_NAME="true"

If you want to hide git prompt status (new files, modified files, unmerged files, etc):

POWERLINE_HIDE_GIT_PROMPT_STATUS="true"

If you want to hide the right hand side prompt completely:

POWERLINE_DISABLE_RPROMPT="true"

If you don't want the blank line before the prompt:

POWERLINE_NO_BLANK_LINE="true"

If you want full path:

POWERLINE_FULL_CURRENT_PATH="true"

If you want git info on right instead of left:

POWERLINE_SHOW_GIT_ON_RIGHT="true"

If you want to tell if you are in a remote SSH session:

POWERLINE_DETECT_SSH="true"

Also you can change the icons of GIT info, default values are:

POWERLINE_GIT_CLEAN="✔"
POWERLINE_GIT_DIRTY="✘"
POWERLINE_GIT_ADDED="%F{green}✚%F{black}"
POWERLINE_GIT_MODIFIED="%F{blue}✹%F{black}"
POWERLINE_GIT_DELETED="%F{red}✖%F{black}"
POWERLINE_GIT_UNTRACKED="%F{yellow}✭%F{black}"
POWERLINE_GIT_RENAMED="➜"
POWERLINE_GIT_UNMERGED="═"

Requirements

  • Vim Powerline patched font: Download your favorite one on Lokaltog/powerline-font.
  • Z shell (zsh): See oh-my-zsh for more info.
  • Make sure terminal is using 256-colors mode with export TERM="xterm-256color".

Contribute

How to contribute

  • Create an issue if you find a bug or if you want a new feature.
  • Fork the project and pull request your very best feature.

Thanks

oh-my-zsh-powerline-theme's People

Contributors

jeremyfreeagent avatar arthraim avatar flavius avatar segiddins avatar itszero avatar wujtruj avatar adrienbrault avatar gbin avatar mkraemer avatar lcharkiewicz avatar krischer avatar yachi avatar

Stargazers

Ricardo Luz avatar Rogerio Prado de Jesus avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.