summarylogtreecommitdiffstats
path: root/zsh-theme-powerlevel9k.install
diff options
context:
space:
mode:
Diffstat (limited to 'zsh-theme-powerlevel9k.install')
-rw-r--r--zsh-theme-powerlevel9k.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/zsh-theme-powerlevel9k.install b/zsh-theme-powerlevel9k.install
new file mode 100644
index 000000000000..aefbbff76b45
--- /dev/null
+++ b/zsh-theme-powerlevel9k.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo
+ echo "Usage:"
+ echo "Configure your setup to use the theme. Instructions for different frameworks can be found at"
+ echo "https://github.com/bhilburn/powerlevel9k/wiki/Install-Instructions"
+ echo
+ echo "Requirements"
+ echo "Vim Powerline patched font. Many different ones on the AUR"
+ echo "Make sure terminal is using 256-colors mode with export TERM=\"xterm-256color\"."
+ echo
+}