From ca7b0cd7961e87bb618a4c8376f87253ffd894f2 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sat, 27 Jul 2013 00:32:03 -0400 Subject: Flatten man and share directories The `man` and `share` directories in this project had an unnecessarily deeply nested structure. Flatten it. --- man/mkrc.1 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 man/mkrc.1 (limited to 'man/mkrc.1') diff --git a/man/mkrc.1 b/man/mkrc.1 new file mode 100644 index 0000000..b8b555f --- /dev/null +++ b/man/mkrc.1 @@ -0,0 +1,45 @@ +.TH mkrc "1" "June 2013" "rcm" + +.SH NAME +mkrc \- bless files into a dotfile + +.SH SYNOPSIS +.B mkrc [-v] [-q] [-t \fItag\fR] [-d \fIdir\fR] \fIfiles...\fR + +.SH DESCRIPTION + +This program adds files to your dotfiles directory then installs it +back into your home directory. It can install files under a tag or +different source directory. + +It supports these options: + +.TP +\fB-v\fR +increase verbosity. This can be repeated for extra verbosity. + +.TP +\fB-q\fR +decrease verbosity + +.TP +\fB-t\fR \fITAG\fR +install dotfiles according to tag + +.TP +\fB-d\fR \fIDIR\fR +install dotfiles under the specified directory. This can be specified +multiple times. + +.SH AUTHOR + +Written by Mike Burns. + +.SH FILES + +.I ~/.dotfiles +.I ~/.rcrc + +.SH SEE ALSO + +\&\fIrcrc\fR\|(5), \fIrcup\fR\|(1), \fIlsrc\fR\|(1) -- cgit v1.2.3