blob: bb82622e308b8d96056f3a58ebf754fc588d57ea (
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/romkatv/powerlevel10k#installation-and-configuration"
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
}
|