From b3e02f54d5c1ab031c0a73a3229cdcef1f8de485 Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 29 Jan 2020 12:29:05 +0100 Subject: [PATCH] feature: customizable --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5300ddf..a13ad83 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,23 @@ Tip: If you copy-paste a truncated directory and hit *TAB*, it'll complete to th Powerlevel10k can be configured to look like any other Zsh theme. -TODO +![Powerlevel10k Other Theme Emulation]( + https://raw.githubusercontent.com/romkatv/powerlevel10k-media/master/other-theme-emulation.gif) + +Note: [Pure](#pure-compatibility) and Powerlevel9k(#powerlevel9k-compatibility) emulation is +built-in. To emulate the appearence of other themes, you'll need to write a suitable configuration +file. The best way to go about it is to run `p10k configure`, select the style that is the closest +to your goal and then edit `~/.p10k.zsh`. + +The full range of Powerlevel10k appearance spans from spartan: + +![Powerlevel10k Spartan Style]( + https://raw.githubusercontent.com/romkatv/powerlevel10k-media/master/spartan-style.png) + +To ~~ridiculous~~ extravagant: + +![Powerlevel10k Extravagant Style]( + https://raw.githubusercontent.com/romkatv/powerlevel10k-media/master/extravagant-style.png) ### Batteries included