mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-13 08:30:08 +00:00
cleaning up the README
This commit is contained in:
parent
9ebc6d8154
commit
5c93d4223c
1 changed files with 6 additions and 9 deletions
15
README.md
15
README.md
|
@ -45,15 +45,15 @@ To install this theme, drop the `.zsh-theme` file into your `.oh-my-zsh/themes`
|
||||||
directory. A better form of installation is to clone this repository and then
|
directory. A better form of installation is to clone this repository and then
|
||||||
create a symlink in your 'themes' directory:
|
create a symlink in your 'themes' directory:
|
||||||
|
|
||||||
$ git clone https://github.com/bhilburn/hackersaurus.git
|
$ git clone https://github.com/bhilburn/powerlevel9k.git powerlevel9k.git
|
||||||
$ ln -s hackersaurus.git/hackersaurus.zsh-theme ~/.oh-my-zsh/themes/hackersaurus.zsh-theme
|
$ ln -s powerlevel9k.git/powerlevel9k.zsh-theme ~/.oh-my-zsh/themes/powerlevel9k.zsh-theme
|
||||||
|
|
||||||
Note that *you cannot clone this repository into your `~/.oh-my-zsh/themes/` directory*.
|
Note that *you cannot clone this repository into your `~/.oh-my-zsh/themes/` directory*.
|
||||||
Oh-My-Zsh does not traverse subdirectories for themes, and will not find your theme.
|
Oh-My-Zsh does not traverse subdirectories for themes, and will not find your theme.
|
||||||
|
|
||||||
You then need to select it in your `~/.zshrc`:
|
You then need to select it in your `~/.zshrc`:
|
||||||
|
|
||||||
ZSH_THEME="hackersaurus"
|
ZSH_THEME="powerlevel9k"
|
||||||
|
|
||||||
If you do not want to display the `user@host` string, you should also put this
|
If you do not want to display the `user@host` string, you should also put this
|
||||||
in your `~/.zshrc`:
|
in your `~/.zshrc`:
|
||||||
|
@ -62,12 +62,9 @@ in your `~/.zshrc`:
|
||||||
|
|
||||||
### History
|
### History
|
||||||
|
|
||||||
This theme was first announced [on my
|
This theme was first announced [on my blog](http://bhilburn.org/powerlevel9k-oh-my-zsh-theme/) in December of 2014. At
|
||||||
blog](http://bhilburn.org/powerlevel9k-oh-my-zsh-theme/) in December of 2014. At
|
the time, the theme was missing some of the more advanced Git information. [Tom Upton](http://www.thomasupton.com/) then [helped me](http://bhilburn.org/powerlevel9k-improved-git-repo-information/) get things
|
||||||
the time, the theme was missing some of the more advanced Git information. [Tom
|
fixed up with [his `vcs_info` hooks](https://github.com/tupton/dotfiles/blob/master/zsh/zshrc).
|
||||||
Upton](http://www.thomasupton.com/) then helped me get things fixed up with [his
|
|
||||||
`vcs_info` hooks](https://github.com/tupton/dotfiles/blob/master/zsh/zshrc).
|
|
||||||
|
|
||||||
|
|
||||||
### Bugs / Contact
|
### Bugs / Contact
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue