mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 11:50:38 +01:00
3fba6f4a723a666dab5117ab6174d766124c4698
oh-my-zsh-powerline-theme
oh-my-zsh Powerline style Theme
Preview
Set Up
-
Clone the repository.
-
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 -
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="date replacement"
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 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
Languages
Makefile
100%
