summarylogtreecommitdiffstats
path: root/zsh-theme-powerlevel9k.install
diff options
context:
space:
mode:
authorFlorian Dejonckheere2016-03-16 23:18:20 +0100
committerFlorian Dejonckheere2016-03-16 23:18:20 +0100
commit7ea9c2b83b9ae9ad53602bec9641126b8661a29b (patch)
tree9327faea003f188f5bf2dce02d7329060c07e7a2 /zsh-theme-powerlevel9k.install
downloadaur-7ea9c2b83b9ae9ad53602bec9641126b8661a29b.tar.gz
Remove oh-my-zsh dependency
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
+}