Add Kitty terminal configuration #4

Open
ldraney wants to merge 1 commit from kitty-conf into main
Owner

Summary

  • Add minimal Kitty config with shell integration, socket-based remote control, and sane defaults
  • Symlinked from ~/.config/kitty/kitty.conf to centralize desktop config

Changes

  • kitty.conf: New file — shell integration, remote control (socket-only), no audio bell, no close confirmation

Test Plan

  • Restart Kitty and verify config loads
  • Verify symlink: ls -la ~/.config/kitty/kitty.conf
  • Verify shell integration active: check prompt markers in Kitty

Review Checklist

  • No secrets committed
  • No unnecessary file changes
  • Commit messages are descriptive
  • Closes #3
## Summary - Add minimal Kitty config with shell integration, socket-based remote control, and sane defaults - Symlinked from `~/.config/kitty/kitty.conf` to centralize desktop config ## Changes - `kitty.conf`: New file — shell integration, remote control (socket-only), no audio bell, no close confirmation ## Test Plan - [ ] Restart Kitty and verify config loads - [ ] Verify symlink: `ls -la ~/.config/kitty/kitty.conf` - [ ] Verify shell integration active: check prompt markers in Kitty ## Review Checklist - [ ] No secrets committed - [ ] No unnecessary file changes - [ ] Commit messages are descriptive ## Related Notes - Closes #3
Symlinked from ~/.config/kitty/kitty.conf for centralized config management.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin kitty-conf:kitty-conf
git switch kitty-conf

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff kitty-conf
git switch kitty-conf
git rebase main
git switch main
git merge --ff-only kitty-conf
git switch kitty-conf
git rebase main
git switch main
git merge --no-ff kitty-conf
git switch main
git merge --squash kitty-conf
git switch main
git merge --ff-only kitty-conf
git switch main
git merge kitty-conf
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ldraney/hyprland-config!4
No description provided.