-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Overview
Create post-script automation to clean broken symlinks when files are removed from dotfiles.
Problem
When dotfiles configurations are removed or restructured, broken symlinks remain in the home directory.
Solution
- Create cleanup script to scan for broken symlinks pointing to
.dotfiles/ - Remove orphaned config directories that are empty
- Handle old symlinks when dotfiles structure changes
- Integrate cleanup as post-installation hook in dotbot
- Add manual cleanup command option
Benefits
- Automated maintenance
- No manual cleanup needed
- Cleaner home directory