rcm
rcm copied to clipboard
rc file (dotfile) management
The redirect from thoughtbot.se now redirects to thoughtbot.com/london, which had little involvement in the rcm(1) project. Therefore replacing the uses of thoughtbot.se with thoughtbot.com feels more applicable.
When running `mkrc` with `--help` after a filename, the `mv` help is prefixed and directories are created in the `.dotfiles` directory (`.rcm` in my case) with the directory names being...
I just installed `rcm 1.3.5` on my Mac using Homebrew. When I try to register my first file, I get this: ``` $ mkrc ~/.vimrc No dotfiles directories found in...
I'm trying to avoid renaming the colliding dotfiles in my personal repo so that I can use them on systems where I'm not also using thoughtbotdotfiles with the .local convention....
Consider the following example You have your dotfiles directory containing a folder named "A B". Then, after running rcup, everything is fine, except that a folder named "B" is created...
A new default target can be set using: * A target option in rcrc(5) * -T flag A per-dotfiles target can be set using a target manifest file. Provides a...
In my `.rcrc`, I have `UNDOTTED="folder*"`. When doing `mkrc ~/folder/subfolder/file`, it reinstalls the file in `.folder/subfolder/file`.
Since 2010, the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) has been widely accepted, defining a standard for the locations of user configuration files. Currently, rcm checks by default for the _rcrc_ configuration...
When I added a `dotfiles` with `mkrc`, after some time I need to create more configuration files in the same directory, and now I need to add the new files...
I wanted to use `rcup` to link a specific dotfile from my dotfiles directory. The `rcup -h` help text doesn't seem to suggest that this is supported: ``` Usage: rcup...