summarylogtreecommitdiffstats
path: root/zsh-theme-powerlevel9k.install
blob: aefbbff76b45f1e82a6ff7fb4793e61dfa06775a (plain)
1
2
3
4
5
6
7
8
9
10
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
}