Skip to content

Conversation

@therealadam
Copy link
Owner

Remove dependency on RCM and thoughtbot/dotfiles in favor of a simpler,
self-contained setup inspired by mrnugget/dotfiles.

Changes:

  • Remove RCM (rcup/mkrc) in favor of mise task automation
  • Convert *.local files to primary dotfiles (zshrc, gitconfig, tmux.conf, etc.)
  • Merge host-specific configs into main files
  • Add mise tasks for setup and management (mise run setup)
  • Update documentation (README, CLAUDE.md) with new workflow
  • Simplify Justfile to wrapper around mise tasks
  • Single command setup: mise run setup

The new setup creates symlinks from ~/.dotfiles to ~ with automatic
backup of existing files. No external dotfile dependencies required.

claude and others added 5 commits December 26, 2025 19:41
Remove dependency on RCM and thoughtbot/dotfiles in favor of a simpler,
self-contained setup inspired by mrnugget/dotfiles.

Changes:
- Remove RCM (rcup/mkrc) in favor of mise task automation
- Convert *.local files to primary dotfiles (zshrc, gitconfig, tmux.conf, etc.)
- Merge host-specific configs into main files
- Add mise tasks for setup and management (mise run setup)
- Update documentation (README, CLAUDE.md) with new workflow
- Simplify Justfile to wrapper around mise tasks
- Single command setup: mise run setup

The new setup creates symlinks from ~/.dotfiles to ~ with automatic
backup of existing files. No external dotfile dependencies required.
Features:
- Add standalone 'backup' task to backup dotfiles without symlinking
- Support TARGET_DIR env var for all tasks (setup, backup, unmanaged)
- Enable testing setup in isolated directories (e.g., /tmp/dotfiles-test)

Examples:
  mise run backup                          # Backup current dotfiles
  TARGET_DIR=/tmp/test mise run setup     # Test setup in /tmp/test
  TARGET_DIR=/custom mise run backup      # Backup from custom location

Updated documentation in README.md, CLAUDE.md, and Justfile to reflect
new capabilities.
Since all tasks are defined in Mise, the Justfile was just a thin wrapper
that added no value. Users can run mise commands directly:

- mise tasks (list tasks)
- mise run setup (set up dotfiles)
- mise run backup (backup dotfiles)
- mise run unmanaged (find unmanaged dotfiles)

Updated all documentation to remove Justfile references.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants