summarylogtreecommitdiffstats
path: root/cmusfm.install
diff options
context:
space:
mode:
Diffstat (limited to 'cmusfm.install')
-rw-r--r--cmusfm.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/cmusfm.install b/cmusfm.install
new file mode 100644
index 000000000000..e118c4de5fd0
--- /dev/null
+++ b/cmusfm.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo ""
+ 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!'
+}