summaryrefslogtreecommitdiff
path: root/man/man5/rcrc.5
diff options
context:
space:
mode:
Diffstat (limited to 'man/man5/rcrc.5')
-rw-r--r--man/man5/rcrc.534
1 files changed, 34 insertions, 0 deletions
diff --git a/man/man5/rcrc.5 b/man/man5/rcrc.5
new file mode 100644
index 0000000..1032504
--- /dev/null
+++ b/man/man5/rcrc.5
@@ -0,0 +1,34 @@
+.TH rcrc "5" "June 2013" "rcm"
+
+.SH NAME
+rcrc \- configuration for rcm
+
+
+.SH DESCRIPTION
+
+The rcm dotfile manager can be configured using a \fI.rcrc\fR file in
+your home directory. The format is POSIX shell, and it is sourced in by
+the \fBrcup\fR and \fBmkrc\fR programs.
+
+It supports these variables:
+
+.TP
+\fBTAGS\fR
+the default tags used by \fBrcup\fR\|.
+
+.SH EXAMPLES
+
+\&\fBTAGS="freebsd development email git laptop gmail notmuch"\fR
+
+.SH AUTHOR
+
+Written by Mike Burns.
+
+.SH FILES
+
+.I ~/.rcrc
+.I ~/.dotfiles
+
+.SH SEE ALSO
+
+\&\fImkrc\fR\|(5), \fIrcup\fR\|(1)