summaryrefslogtreecommitdiff
path: root/man/rcrc.5
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-07-27 00:32:03 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2013-07-27 00:32:03 -0400
commitca7b0cd7961e87bb618a4c8376f87253ffd894f2 (patch)
tree63a539c4288809ba767d1f6d7dd8bbd5d3174caa /man/rcrc.5
parentbf87db5b38ec651e3509ea5ec02bb4c7928352e3 (diff)
Flatten man and share directories
The `man` and `share` directories in this project had an unnecessarily deeply nested structure. Flatten it.
Diffstat (limited to 'man/rcrc.5')
-rw-r--r--man/rcrc.540
1 files changed, 40 insertions, 0 deletions
diff --git a/man/rcrc.5 b/man/rcrc.5
new file mode 100644
index 0000000..6f28e06
--- /dev/null
+++ b/man/rcrc.5
@@ -0,0 +1,40 @@
+.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\|.
+
+.TP
+\fBDOTFILES_DIRS\fR
+the source directories for dotfiles. The first in the list is the
+canonical source. The default value is \fI~/.dotfiles\fR\|.
+
+.SH EXAMPLES
+
+\&\fBTAGS="freebsd development email git laptop gmail notmuch"\fR
+\&\fBDOTFILES_DIRS="/home/mike/.dotfiles /usr/share/dotfiles"\fR
+
+.SH AUTHOR
+
+Written by Mike Burns.
+
+.SH FILES
+
+.I ~/.rcrc
+.I ~/.dotfiles
+
+.SH SEE ALSO
+
+\&\fImkrc\fR\|(5), \fIrcup\fR\|(1), \fIlsrc\fR\|(1)