mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 08:51:47 +01:00
15 lines
304 B
Bash
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
|