This is a management suite for dotfiles.
It assumes that you have a separate dotfiles directory, or are interested in creating one.
The programs provided are rcup
, mkrc
, and lsrc
.
On OS X:
brew tap mike-burns/rcm
brew install rcm
Elsewhere:
This uses the standard GNU autotools, so it's the normal dance:
./configure && \
make && \
make install
For more, see INSTALL
.
rcup
is the main program. It is used to install and update dotfiles, with support for tags, host-specific files, and multiple source directories.mkrc
is for introducing a dotfile into your dotfiles directory, with support for tags and multiple source directories.lsrc
shows you all your dotfiles and where they would be symlinked to. It is used byrcup
but is provided for your own use, too.
Pull requests welcome; see DEVELOPERS.MD
.
Copyright 2013 Mike Burns. BSD license.