summaryrefslogtreecommitdiff
path: root/man/mkrc.1
blob: 384b48589189841a51540790730a31134838273a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.Dd July 28, 2013
.Dt MKRC 1
.Os
.Sh NAME
.Nm mkrc
.Nd bless files into a dotfile
.Sh SYNOPSIS
.Nm mkrc
.Op Fl Cvqo
.Op Fl t Ar tag
.Op Fl d Ar dir
.Ar files ...
.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:
.
.Bl -tag
.It Fl C
copy instead of symlinking when installing the rc file back into your
home directory
.It Fl d Ar DIR
install dotfiles under the specified directory. This can be specified
multiple times.
.It Fl o
install dotfiles into the host-specific directory
.It Fl q
decrease verbosity
.It Fl t Ar TAG
install dotfiles according to tag
.It Fl v
increase verbosity. This can be repeated for extra verbosity.
.El
.Sh ENVIRONMENT
.Bl -tag -width ".Ev RCRC"
.It Ev RCRC
User configuration file. Defaults to
.Pa ~/.rcrc .
.El
.Sh FILES
.Pa ~/.dotfiles
.Pa ~/.rcrc
.Sh EXAMPLES
.Dl mkrc ~/.vimrc
.Dl mkrc -t zsh -d company-dotfiles ~/.zshrc ~/.zlogin
.Dl mkrc -o ~/.rcrc
.Dl mkrc -C .ssh
.Sh SEE ALSO
.Xr lsrc 1 ,
.Xr rcdn 1 ,
.Xr rcup 1 ,
.Xr rcrc 5 ,
.Xr rcm 7
.Sh AUTHORS
.An "Mike Burns" Aq mike@mike-burns.com