From 9e16a4aea0dad1909abc78b3f9bc1291917486db Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Thu, 1 Aug 2013 16:06:30 -0400 Subject: Add `mkrc -o` to install host-specific files To make it easier to manage host-specific rc files, `mkrc` now supports a `-o` option. This causes the specified file to be added to the host section named for the current machine. This option is in conflict with the `-t` option. --- man/mkrc.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'man/mkrc.1') diff --git a/man/mkrc.1 b/man/mkrc.1 index 2d8bbdb..69e2a04 100644 --- a/man/mkrc.1 +++ b/man/mkrc.1 @@ -6,7 +6,7 @@ .Nd bless files into a dotfile .Sh SYNOPSIS .Nm mkrc -.Op Fl vq +.Op Fl vqo .Op Fl t Ar tag .Op Fl d Ar dir .Ar files ... @@ -27,6 +27,8 @@ install dotfiles according to tag .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 .El .Sh FILES .Pa ~/.dotfiles @@ -34,6 +36,7 @@ multiple times. .Sh EXAMPLES .Dl mkrc ~/.vimrc .Dl mkrc -t zsh -d company-dotfiles ~/.zshrc ~/.zlogin +.Dl mkrc -o ~/.rcrc .Sh SEE ALSO .Xr lsrc 1 , .Xr rcup 1 , -- cgit v1.2.3