[Sync] adopt unified stow layout from the private repo

Mirrors the private dots tree at 900bdda: one shared base plus per-host
overlays, replacing the old flat .config/ layout (last synced 2026-06-28).

- packages: common/ gui/ wm/ lw/ fl/ + install.sh and bin/ tooling (dotsync,
  reconcile-hyde.sh)
- new README (layout, deploy order, HyDE dependency), plus ToDo.md and
  HYDE-UPDATE.md
- current HyDE waybar rig (layouts/, cava), pi agent extensions, claude/
  config, tmux, presenterm, aichat roles
- drops stale duplicates and generated cruft that should never have been
  tracked: the second top-level .pi/ copy, btop.log, zellij config.kdl.bak,
  fish_variables, nvim codecompanion.lua
- .pi/agent/auth.json is gitignored now; auth.json.example ships instead
- fl/ and wm/ hypr themes/ stay untracked (HyDE-generated per machine, per
  the root .gitignore)
This commit is contained in:
coja
2026-08-12 22:50:18 +02:00
parent f62cb40499
commit a700e23e0a
318 changed files with 12564 additions and 10772 deletions
+14
View File
@@ -0,0 +1,14 @@
# run with `kitty --session ~/.config/kitty/c2.conf`
# create a new tab
new_tab c2
cd ~/projects/wingman/wm-clients/c2/c2-main/
launch --var window=first nvim
# open the session focused on nvim
focus
new_tab git
cd ~/projects/wingman/wm-clients/c2/c2-main/
launch --var window=second lazygit
+2
View File
@@ -0,0 +1,2 @@
# Per-host kitty overrides. Empty by default — a host overlay (e.g. lw/) replaces this file
# to tweak font_size/padding/opacity for that machine. kitty.conf includes it LAST.
+21
View File
@@ -0,0 +1,21 @@
include theme.conf
font_size 12.0
font_family CaskaydiaCove Nerd Font Mono
bold_font auto
italic_font auto
bold_italic_font auto
window_padding_width 25
enable_audio_bell no
cursor_trail 1
cursor_blink_interval 0.4 ease-in-out
tab_bar_style powerline
tab_powerline_style slanted
confirm_os_window_close 0
#background_opacity 0.60
#hide_window_decorations yes
# Per-host overrides (font_size, padding, opacity…) — included last so it wins.
include host.conf
+20
View File
@@ -0,0 +1,20 @@
# run with `kitty --session ~/.config/kitty/music.conf`
# os_window_size 220c 64c
# create a new tab
new_tab music
layout splits
# set the working directory for windows in the current tab
cd ~
# Splits are sized with --bias (a percentage of the space being split) rather
# than `resize_window taller/wider N`: that takes N *cells*, so on a small window
# N swamps the available space and the other pane collapses to nothing -- cava
# was disappearing. --bias keeps the same proportions at any window size.
# Tune: --bias here is the share the *new* pane takes; cava gets the remainder.
launch --var window=first cava
# create additional terminals
launch --location=hsplit --bias 80 pyradio
focus
launch --location=vsplit --bias 65 pipes-rs
+25
View File
@@ -0,0 +1,25 @@
# run with `kitty --session ~/.config/kitty/runners.conf`
##### TAB Logs #####
new_tab logs
layout splits
cd ~/projects/wingman/wm-clients/c2/c2-main/
# --hold keeps the window open if the process crashes
launch --var window=first --hold pnpm dev
launch --location=hsplit lazydocker
# resize_window wider 120
##### TAB Runners #####
new_tab runners
layout splits
launch --var window=first react-devtools
cd ~/software/wmclient/
launch --location=hsplit --hold ./wmsimulator.sh
resize_window taller 120
+61
View File
@@ -0,0 +1,61 @@
# The basic colors
foreground #ffffff
background #262335
selection_foreground #262335
selection_background #f97e72
# Cursor colors
cursor #f97e72
cursor_text_color #262335
# URL underline color when hovering with mouse
url_color #f97e72
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
# Colors for marks (marked text in the terminal)
mark1_foreground #262335
mark1_background #614D85
mark2_foreground #262335
mark2_background #614D85
mark3_foreground #262335
mark3_background #614D85
# The 16 terminal colors
# black
color0 #232530
# bright-black = dim/secondary text (menus, comments); was #232530 ≈ background so it
# rendered invisible. Lifted to the theme's muted lavender for legible dim text.
color8 #848bbd
# red
color1 #fe4450
color9 #fe4450
# green
color2 #72f1b8
color10 #72f1b8
# yellow
color3 #ff7edb
color11 #ff7edb
# blue
color4 #03edf9
color12 #03edf9
# magenta
color5 #fede5d
color13 #f3e70f
# cyan
color6 #03edf9
color14 #03edf9
# white
color7 #ffffff
color15 #ffffff