Implement generic dotfiles symlinking logic#34
Conversation
Replaces the hardcoded `.zshrc` symlink in `install/09-dotfiles-deployment.sh` with a dynamic mechanism. Now, any file ending in `.symlink` within `profiles/base/` or `profiles/$INSTALL_ROLE/` (if defined) will be automatically symlinked to the user's home directory (stripping the `.symlink` extension). This fulfills the requirement to implement a scalable dotfiles deployment strategy as described in the placeholder task. Test plan: - Verified with `install/09-dotfiles-deployment.sh` in dry-run mode using a temporary `.symlink` file. - Confirmed existing `zshrc.symlink` is correctly targeted. - Ran existing tests (`TestDotfilesStage` passed). Co-authored-by: southpawriter02 <207498890+southpawriter02@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Implemented generic dotfiles symlinking logic in
install/09-dotfiles-deployment.sh.*.symlinkfiles inprofiles/baseandprofiles/$INSTALL_ROLE.$HOME/.<filename_without_extension>..zshrc.PR created automatically by Jules for task 2751174282438481838 started by @southpawriter02