Small fix on README

This commit is contained in:
Caio Gondim
2014-06-22 19:05:48 +02:00
parent eb3faeca65
commit fba8d8843b

View File

@@ -1,5 +1,11 @@
# Powerline for oh-my-zsh # Powerline for oh-my-zsh
<img
src="http://raw.github.com/caiogondim/oh-my-zsh-powerline-theme/master/img/icon.png"
width="256"
align="right"
/>
This a fork of the This a fork of the
[Powerline Vim plugin](https://github.com/Lokaltog/vim-powerline) for the [Powerline Vim plugin](https://github.com/Lokaltog/vim-powerline) for the
[oh-my-zsh shell](https://github.com/robbyrussell/oh-my-zsh). [oh-my-zsh shell](https://github.com/robbyrussell/oh-my-zsh).
@@ -15,19 +21,13 @@ together.
Currently a **work in progress**. Currently a **work in progress**.
<img
src="http://raw.github.com/caiogondim/oh-my-zsh-powerline-theme/master/img/icon.png"
width="256"
align="right"
/>
Preview ## Preview
-------
![Preview](http://raw.github.com/caiogondim/oh-my-zsh-powerline-theme/master/preview.png) ![Preview](http://raw.github.com/caiogondim/oh-my-zsh-powerline-theme/master/preview.png)
Set Up
------ ## Set Up
1. Clone the repository. 1. Clone the repository.
@@ -43,8 +43,8 @@ Set Up
ZSH_THEME="powerline" ZSH_THEME="powerline"
``` ```
More options
------------ ## More options
All options must be overridden in your **.zshrc** file. All options must be overridden in your **.zshrc** file.
@@ -144,15 +144,15 @@ POWERLINE_GIT_RENAMED="➜"
POWERLINE_GIT_UNMERGED="═" POWERLINE_GIT_UNMERGED="═"
``` ```
Requirements
------------ ## Requirements
* Vim Powerline patched font: Download your favorite one on [Lokaltog/powerline-font](https://github.com/Lokaltog/powerline-fonts). * Vim Powerline patched font: Download your favorite one on [Lokaltog/powerline-font](https://github.com/Lokaltog/powerline-fonts).
* Z shell (zsh): See [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) for more info. * Z shell (zsh): See [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) for more info.
* Make sure terminal is using 256-colors mode with `export TERM="xterm-256color"`. * Make sure terminal is using 256-colors mode with `export TERM="xterm-256color"`.
Contribute
---------- ## Contribute
### How to contribute ### How to contribute