rcm 1.3.5
Management suite for dotfiles
The rcm suite of tools is for managing dotfiles directories. This is a directory containing all the .*rc
files in your home directory (.zshrc
, .vimrc
, and so on). These files have gone by many names in history, such as “rc files” because they typically end in rc or “dotfiles” because they begin with a period. This suite is useful for committing your rc files to a central repository to share, but it also scales to a more complex situation such as multiple source directories shared between computers with some host-specific or task-specific files.
- Website: https://github.com/thoughtbot/rcm
- Licenses: Modified BSD
- Package source: gnu/packages/rcm.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rcm 1.3.5
as follows:
guix install rcm@1.3.5
Or install the latest version:
guix install rcm
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.