mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 00:00:07 +00:00
Merge pull request #11 from dritter/dritter/installation_instructions_improved
A bit simpler installation instructions.
This commit is contained in:
commit
f2f4e9f37c
2 changed files with 2 additions and 3 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`:
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ VCS_UNSTAGED_ICON='●'
|
|||
VCS_STAGED_ICON='✚'
|
||||
|
||||
################################################################
|
||||
# vcs_info settings for git
|
||||
# vcs_info settings
|
||||
################################################################
|
||||
|
||||
setopt prompt_subst
|
||||
|
|
Loading…
Reference in a new issue