What problem does it solve?
This Skill helps you manage a centralized dotfiles repository and apply consistent configurations across multiple machines using stow and a defined workflow. It covers structuring, setup, syncing changes, and maintenance.
Core Features & Use Cases
- Repo structure analysis and auditing: Review your dotfiles layout and verify that essential packages exist under packages/.
- New machine setup: Clone the repository and run the installer to apply configurations to a fresh system.
- Syncing changes: Pull updates from other machines and re-apply them to maintain consistency.
- Maintenance & package management: Manage tool configurations (nvim, shell, etc.) and apply changes via stow.
Quick Start
Run ./install.sh to apply all configured dotfiles to your home directory on a new machine.