summarylogtreecommitdiffstats
path: root/teiler.install
blob: 63594812c72fb4262648bc331fc09bd5d7a58758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
post_install() {
echo '
to use teiler you need to copy /usr/share/doc/teiler/config.example to $HOME/.config/teiler/config
and edit it to your needs.

Install either dmenu2 or rofi-git from AUR.

You want to install some notification daemon. dunst is recommended.
'
} 
#post_install