summaryrefslogtreecommitdiff
path: root/README.md
blob: 40acc40b4ba907b63cf16b565acbfc6030d83688 (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
rcm
===

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` and `mkrc`.

Installation
------------

You can install into `/usr/local` using a normal `make install`:

    sudo make install

The `PREFIX` can be changed as needed:

    make install PREFIX=$HOME/.local

Programs
--------

* `rcup` is the main program. It is used to install and update dotfiles,
  with support for tags and host-specific files.
* `mkrc` is for introducing a dotfile into your dotfiles directory, with
  support for tags.

Support
-------

Pull requests welcome.

License
-------

Copyright 2013 Mike Burns. BSD license.