RCRC(5) | File Formats Manual | RCRC(5) |
rcrc
—
configuration for rcm
X
="a b c"
The rcm dotfile manager can be configured using a .rcrc file in your home directory. This location can be changed by setting the RCRC environment variable. The format is POSIX shell. It is sourced in by the lsrc(1), mkrc(1), rcdn(1), and rcup(1) programs.
It supports these variables:
~/.rcrc
COPY_ALWAYS="ssh/id_* weechat/*
netrc"
COPY_ALWAYS="*"
DOTFILES_DIRS="/home/mike/.dotfiles
/usr/share/dotfiles"
EXCLUDES="irbrc *:*emacs*
dotfiles:python*"
HOSTNAME="eggplant"
TAGS="freebsd development email
git laptop gmail notmuch"
SYMLINK_DIRS="zprezto
texmf"
UNDOTTED="texmf"
rcrc
is maintained by
Mike Burns
<mburns@thoughtbot.com>
and thoughtbot
We only expand tilde inside DOTFILES_DIRS and not inside any patterns. For more notes on the caution you should exercise around patterns, see the BUGS section of lsrc(1).
July 28, 2013 | Debian |