mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-07 12:20:39 +01:00
40 lines
933 B
Markdown
40 lines
933 B
Markdown
oh-my-zsh-powerline-theme
|
|
=========================
|
|
|
|
oh-my-zsh Powerline style Theme
|
|
|
|
Preview
|
|
-------
|
|
|
|

|
|
|
|
Set Up
|
|
------
|
|
|
|
1. Clone the repository.
|
|
|
|
2. Create un symlink of **powerline.zsh-theme** in **.oh-my-zsh/themes/**.
|
|
|
|
2. Configure the theme in your **.zshrc** file :
|
|
|
|
```
|
|
ZSH_THEME="powerline"
|
|
```
|
|
|
|
More options
|
|
------------
|
|
|
|
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 in your **.zshrc** file :
|
|
|
|
```
|
|
POWERLINE_RIGHT_A="date replacement"
|
|
POWERLINE_RIGHT_B="time replacement"
|
|
```
|
|
|
|
Requirements
|
|
------------
|
|
|
|
* Vim Powerline patched font : See [Powerline for vim](https://github.com/Lokaltog/vim-powerline.git) for more info.
|
|
* Z shell (zsh) : See [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) for more info.
|