summarylogtreecommitdiffstats
path: root/dk.install
blob: 33486f5e6eaa8ec0cbf86d10d582ecc948832e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install()
{
  cat << EOF

  Get started with dk using the example rc files:

    $ pacman -S sxhkd
    $ mkdir -p ~/.config/dk
    $ cp /usr/share/doc/dk/dkrc \$HOME/.config/dk/
    $ cp /usr/share/doc/dk/sxhkdrc \$HOME/.config/dk/

  For more information, see man dk or
  https://bitbucket.org/natemaia/dk/src/master/README.md

EOF
}

# vim:ft=sh