summarylogtreecommitdiffstats
path: root/dk.install
diff options
context:
space:
mode:
Diffstat (limited to 'dk.install')
-rw-r--r--dk.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/dk.install b/dk.install
new file mode 100644
index 000000000000..37cb85b44e3e
--- /dev/null
+++ b/dk.install
@@ -0,0 +1,18 @@
+post_install()
+{
+ cat << EOF
+
+ Get started with dk using the example rc files:
+
+ $ pacman -S sxhkd
+ $ mkdir -p ~/.config/dk ~/.config/sxhkd
+ $ cp /usr/share/doc/dk/dkrc \$HOME/.config/dk/
+ $ cp /usr/share/doc/dk/sxhkdrc \$HOME/.config/sxhkd/
+
+ For more information, see man dk or
+ https://bitbucket.org/natemaia/dk/src/master/README.md
+
+EOF
+}
+
+# vim:ft=sh