Remove config for helix, wezterm, and zed - #103
Conversation
I don't think I will switch back to these soon. If I do eventually switch to them then I should redo my config anyways.
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (4)
⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 13e2b170ec
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,5 +0,0 @@ | |||
| theme = "gruvbox" | |||
There was a problem hiding this comment.
Remove stale config symlinks during setup
For any machine where setup ran before this update, these deletions leave $HOME/.config/helix, $HOME/.config/wezterm, and $HOME/.config/zed as dangling symlinks: setup:14 only creates links for currently present xdg_config entries and never removes obsolete ones. A dangling directory symlink prevents these applications (or a future reconfiguration) from creating their normal config directory until the user removes it manually. Remove the old links as part of this migration or make setup reconcile removed configuration entries.
Useful? React with 👍 / 👎.
I don't think I will switch back to these soon. If I do eventually switch to them then I should redo my config anyways.