summarylogtreecommitdiffstats
path: root/teiler.install
diff options
context:
space:
mode:
Diffstat (limited to 'teiler.install')
-rw-r--r--teiler.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/teiler.install b/teiler.install
new file mode 100644
index 000000000000..63594812c72f
--- /dev/null
+++ b/teiler.install
@@ -0,0 +1,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