summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAge
...
* Make the full directory path during mkrcGravatar Mike Burns2013-06-08
| | | | | Previously mkrc would make sure the dotfiles and tag directories existed but ignore dot directories. Now it does all of that.
* Create destination directory during a mkrcGravatar Mike Burns2013-06-07
| | | | | Allow for creating new tags when making a new rc file using `mkrc`. If you pass `-t foo` and `tag-foo` doesn't exist, it first makes it exist.
* Bugfix: mkrc now uses rcupGravatar Mike Burns2013-06-07
| | | | mkrc previously hardcoded `./install`. Now it hardcodes `rcup`.
* Initial commitGravatar Mike Burns2013-06-07
This adds mkrc and rcup, along with a Makefile to handle installation. `rcup` is for installing files from the `~/.dotfiles` repo. It allows for tagged files and host-specific files, and can install/update one-off files. `mkrc` is for moving a normal file into the dotfiles repo.