Merge pull request #11 from dritter/dritter/installation_instructions_improved

A bit simpler installation instructions.
pull/22/head
Ben Hilburn 10 years ago
commit f2f4e9f37c

@ -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`:

@ -29,7 +29,7 @@ VCS_UNSTAGED_ICON='●'
VCS_STAGED_ICON='✚'
################################################################
# vcs_info settings for git
# vcs_info settings
################################################################
setopt prompt_subst

Loading…
Cancel
Save