aports/testing/dk/dk.post-install
2020-11-01 20:51:16 +00:00

15 lines
304 B
Bash

#!/bin/sh
cat << EOF
Get started with dk using the example rc files:
$ mkdir -p ~/.config/dk ~/.config/sxhkd
$ cp /usr/share/doc/dk/dkrc ~/.config/dk/
$ cp /usr/share/doc/dk/sxhkdrc ~/.config/sxhkd/
For more information, see dk(1) or
https://bitbucket.org/natemaia/dk/src/master/README.md
EOF