diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-03-30 06:16:58 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-03-30 06:16:58 +0300 |
commit | 863325e3d0317f65a7a0bb11fd44ef6483fe5fc2 (patch) | |
tree | 560f2670e837527d95bdb64556c80f71368a4264 /README.md | |
parent | 9938003f625ec3105557529126e8debfbb6bac47 (diff) |
README: Adding information to help users troubleshoot Powerline issues.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -38,6 +38,10 @@ Here are some screenshots of `powerlevel9k` with default settings: ### Installation +There are two things you need to make this theme work correctly: Powerline +fonts, and the theme itself. + +#### Install Powerline Fonts First, you need to install Powerline Fonts. You can find the [installation instructions here](https://powerline.readthedocs.org/en/latest/installation/linux.html#fonts-installation). @@ -45,6 +49,11 @@ You can also find the raw font files [in this Github repository](https://github.com/powerline/fonts) if you want to manually install them for your OS. +After you have installed Powerline fonts, make the default font in your terminal +emulator the Powerline font you want to use. + +#### Install Powerlevel9k + To install this theme, clone this repository into your Oh-My-Zsh `custom/themes` directory. @@ -133,6 +142,20 @@ Light'](https://github.com/altercation/solarized) users. Check it out: ![](http://bhilburn.org/content/images/2015/03/solarized-light.png) +### Troubleshooting + +Here are some fixes to some common problems. + +#### Gaps Between Segments + +You can see this issue in the screenshot, below: + +![](http://bhilburn.org/content/images/2014/12/font_issue.png) + +Thankfully, this is easy to fix. This happens if you have successfully installed +Powerline fonts, but did not make a Powerline font the default font in your +terminal emulator (e.g., 'terminator', 'gnome-terminal', 'konsole', etc.,). + ### Contributions / Bugs / Contact If you have any requests or bug reports, please use the tracker in this Github |