summarylogtreecommitdiffstats
path: root/clerk-git.install
blob: b9860b14de69a6d3102552c067fdd61a81b7c2e0 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
post_install() {
echo '
to use clerk you need to copy /usr/share/doc/clerk/clerk.conf and clerk.tmux to $HOME/.config/clerk/
and edit it to your needs.
'
}
#post_install