rcm icon indicating copy to clipboard operation
rcm copied to clipboard

rc file (dotfile) management

Results 35 rcm issues
Sort by recently updated
recently updated
newest added

Hello, I did not use `rcm` in a while as I had a stable setup and I cannot recall whether that was an issue before. I have a structure with...

This change the default of : - ~/.rcrc with ~/.dotfiles to - ~/.config/rcm/rcrc with ~/.local/share/rcm/dotfiles (XDG_xxxx) It's an _hard_ error to have both ~/.rcrc and ~/.config/rcm/rcrc, except for _compatibility_ to...

I need to check test suite about this. **bin** is both UNDOTTED and SYMLINK_DIRS ``` ➜ ~ rcup -v '/home/mm/.dotfiles/bin' -> '/home/mm/.bin' identical /home/mm/.config/etc/home_backup.conf identical /home/mm/.config/omzcustom identical /home/mm/.config/zsh/aliases identical /home/mm/.config/zsh/aliases-devel...

Hello, I thought we fixed this in a previous version. I need to replay this in a sandbox, but from memory I did: lsrc showed them: ``` ➜ ~ lsrc...

Ten years ago today, @mike-burns made the [first commit](https://github.com/thoughtbot/rcm/commit/3c6cbc3) to rcm, starting with just relatively simple `mkrc` and `rcup` commands. While it didn't start out with many of the options...

A new default target can be set using: * A target option in rcrc(5) * -T flag (based on the work in https://github.com/thoughtbot/rcm/pull/255) for #246

https://github.com/thoughtbot/rcm/assets/154318356/9caec485-b0e4-4bd3-8794-0bf64ab790f2 I can`t recover the file what I new create but the old work correctly

I have a problem with my post-up hooks. I have a couple -- split I multiple files, one for each thing to setup. The one for setting up my precious...

Currently, `apt update` shows this error: ``` Err:7 https://apt.tabfugni.cc/debian stable InRelease The following signatures were invalid: EXPKEYSIG EC478DAB713A4BC3 thoughtbot ... W: An error occurred during the signature verification. The repository...

I'm trying to commit into rcm some files from OrcaSlicer config which contain `(` in the filename. I'm getting "/usr/bin/rcup: 1: eval: Syntax error: "(" unexpected ` running `mkrc *`...