More Documentation.
This commit is contained in:
parent
966bf5fe74
commit
e97c216c7b
51
README.md
51
README.md
|
@ -76,34 +76,14 @@ this theme:
|
||||||
|
|
||||||
#### Install Powerlevel9k
|
#### Install Powerlevel9k
|
||||||
|
|
||||||
To install this theme, clone this repository into your Oh-My-Zsh `custom/themes`
|
##### With plain ZSH
|
||||||
directory.
|
|
||||||
|
|
||||||
$ cd ~/.oh-my-zsh/custom
|
If you use just a plain ZSH, just clone this repository and reference it in your `~/.zshrc`:
|
||||||
$ git clone https://github.com/bhilburn/powerlevel9k.git themes/powerlevel9k
|
|
||||||
|
|
||||||
You then need to select this theme in your `~/.zshrc`:
|
$ git clone https://github.com/bhilburn/powerlevel9k.git
|
||||||
|
$ echo 'source powerlevel9k/powerlevel9k.zsh-theme' >> ~/.zshrc
|
||||||
|
|
||||||
ZSH_THEME="powerlevel9k/powerlevel9k"
|
##### With Oh-my-ZSH
|
||||||
|
|
||||||
|
|
||||||
#### Install Powerline Fonts for Normal Configuration
|
|
||||||
|
|
||||||
You can find the [installation instructions for Powerline Fonts here]
|
|
||||||
(https://powerline.readthedocs.org/en/latest/installation/linux.html#fonts-installation).
|
|
||||||
You can also find the raw font files [in this Github
|
|
||||||
repository](https://github.com/powerline/fonts) if you want to manually install
|
|
||||||
them for your OS.
|
|
||||||
|
|
||||||
After you have installed Powerline fonts, make the default font in your terminal
|
|
||||||
emulator the Powerline font you want to use.
|
|
||||||
|
|
||||||
This is the default mode for `Powerlevel9k`, and no further configuration is
|
|
||||||
necessary.
|
|
||||||
|
|
||||||
#### Install Powerlevel9k
|
|
||||||
|
|
||||||
##### Within Oh-my-ZSH
|
|
||||||
|
|
||||||
To install this theme, clone this repository into your [Oh-my-Zsh](https://github.com/robbyrussell/oh-my-zsh) `custom/themes`
|
To install this theme, clone this repository into your [Oh-my-Zsh](https://github.com/robbyrussell/oh-my-zsh) `custom/themes`
|
||||||
directory.
|
directory.
|
||||||
|
@ -128,6 +108,27 @@ You then need to select this theme in your `~/.zpreztorc`:
|
||||||
|
|
||||||
zstyle ':prezto:module:prompt' theme 'powerlevel9k'
|
zstyle ':prezto:module:prompt' theme 'powerlevel9k'
|
||||||
|
|
||||||
|
##### With antigen
|
||||||
|
|
||||||
|
If you prefer [antigen](https://github.com/zsh-users/antigen), just add it to your `~/.zshrc`:
|
||||||
|
|
||||||
|
$ echo 'antigen theme /vagrant_data powerlevel9k' >> ~/.zshrc
|
||||||
|
$ echo 'antigen apply' >> ~/.zshrc
|
||||||
|
|
||||||
|
#### Install Powerline Fonts for Normal Configuration
|
||||||
|
|
||||||
|
You can find the [installation instructions for Powerline Fonts here]
|
||||||
|
(https://powerline.readthedocs.org/en/latest/installation/linux.html#fonts-installation).
|
||||||
|
You can also find the raw font files [in this Github
|
||||||
|
repository](https://github.com/powerline/fonts) if you want to manually install
|
||||||
|
them for your OS.
|
||||||
|
|
||||||
|
After you have installed Powerline fonts, make the default font in your terminal
|
||||||
|
emulator the Powerline font you want to use.
|
||||||
|
|
||||||
|
This is the default mode for `Powerlevel9k`, and no further configuration is
|
||||||
|
necessary.
|
||||||
|
|
||||||
#### Alternative Configuration: Über
|
#### Alternative Configuration: Über
|
||||||
|
|
||||||
Alternatively, you can install [Awesome Powerline
|
Alternatively, you can install [Awesome Powerline
|
||||||
|
|
Loading…
Reference in New Issue