diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-05-30 10:02:03 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-05-30 10:02:03 +0300 |
commit | ecb5c098a21fc512dee1d81e3d5532ee006abf17 (patch) | |
tree | f43c89de87aecd96108692e9b6525a1c63cee448 /README.md | |
parent | f0613773157233211f886adfa6305b14debcdb7f (diff) |
minor doc cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -115,7 +115,7 @@ Read the documentation at the top of `~/.purepower` (or [here](https://github.com/romkatv/dotfiles-public/blob/master/.purepower)) to get an idea of what your prompt is capable of. You can edit the file to change your Powerlevel10k configuration. -Powerlevel10k has configuration options that Powerlevel9k doesn't. See +Powerlevel10k has a few configuration options that Powerlevel9k doesn't. See [extended configuration](https://github.com/romkatv/powerlevel10k/blob/master/EXTENDED_CONFIGURATION.md). ## Try it out @@ -143,8 +143,6 @@ latency. git clone https://github.com/romkatv/powerlevel10k.git /tmp/powerlevel10k (cd /tmp/powerlevel10k && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower) echo ' - # Uncomment the following line if you see unprintable characters in your prompt - # PURE_POWER_MODE=portable source /tmp/powerlevel10k/.purepower source /tmp/powerlevel10k/powerlevel10k.zsh-theme' >/tmp/powerlevel10k/.zshrc ZDOTDIR=/tmp/powerlevel10k zsh @@ -163,8 +161,6 @@ docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k cd && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower echo " - # Uncomment the following line if you see unprintable characters in your prompt - # PURE_POWER_MODE=portable source ~/.purepower source ~/powerlevel10k/powerlevel10k.zsh-theme" >~/.zshrc cd ~/powerlevel10k |