diff options
Diffstat (limited to 'cmusfm.install')
-rw-r--r-- | cmusfm.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cmusfm.install b/cmusfm.install new file mode 100644 index 0000000..0ce4164 --- /dev/null +++ b/cmusfm.install @@ -0,0 +1,12 @@ +post_install() { + echo "Before usage with cmus you MUST invoke this program with 'init'" + echo "argument:" + echo "" + echo " cmusfm init" + echo "" + echo "After that you can set status_display_program in cmus:" + echo "" + echo " :set status_display_program=cmusfm" + echo "" + echo '(for more information see 'man cmus'). Enjoy!' +} |