aports/community/dk/dk.post-install
Celeste fa4708b0a6 community/dk: move from testing
also, package MIT license
2023-12-14 12:11:09 +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