diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-03-30 02:08:40 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-03-30 02:08:40 +0300 |
commit | 73ed6589f6d8e6a992b39e2a3e3a39c1f9013faf (patch) | |
tree | 06ef207a77e974021d68eb67746736d062c71234 | |
parent | a1a26b1c1065bafcdf68afc9d94d8894e9c4b315 (diff) |
A bit simpler installation instructions.
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -47,8 +47,7 @@ To install this theme, clone this repository into your Oh-My-Zsh `custom/themes` directory. $ cd ~/.oh-my-zsh/custom - $ mkdir themes # if it doesn't already exist - $ git clone https://github.com/bhilburn/powerlevel9k.git powerlevel9k + $ git clone https://github.com/bhilburn/powerlevel9k.git themes/powerlevel9k You then need to select this theme in your `~/.zshrc`: |