Add kitty.conf to dotfiles and set as default terminal

- Add .config/kitty/kitty.conf
- setup.sh now sets kitty as default terminal via update-alternatives
- README updated to include kitty.conf
This commit is contained in:
1jamesthompson1
2026-03-23 09:40:25 +13:00
parent 5d75b26c16
commit f0f70cddf0
3 changed files with 54 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ My personal dotfiles for quick setup on new machines. Change once, update everyw
|------|-------------|
| `.bashrc` | Bash configuration with custom prompt, aliases, lazy-loaded conda/nvm |
| `.vimrc` | Vim configuration with clipboard support, syntax highlighting, and sensible defaults |
| `.config/kitty/kitty.conf` | kitty terminal config with tmux-style splits |
| `setup.sh` | Bootstrap script for new Debian-like machines |
## Quick Install on a New Machine