summarylogtreecommitdiffstats
path: root/oh-my-zsh-powerline-theme.install
blob: 4e62d823e114ae943974470cc240722f605f5f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo
  echo "Usage:"
  echo "Configure the theme in your .zshrc file:"
  echo "ZSH_THEME=\"powerline\""
  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
}