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)
13 lines
663 B
Plaintext
13 lines
663 B
Plaintext
# Search config for THIS repo only (ripgrep / fd / telescope read .ignore).
|
|
#
|
|
# Everything this repo holds lives in dotfiles and dotdirs — common/.config, gui/.config,
|
|
# common/.pi, common/.bashrc — which rg and fd skip by default, so an unqualified search
|
|
# here returned nothing at all. Un-hide them, then put back the two dirs that would swamp
|
|
# every result: negating .* alone drags in the whole of .git, and .claude/worktrees holds
|
|
# entire checkouts of this same repo (background sessions create them), so every hit would
|
|
# appear several times over. Scoped to this directory tree; searches elsewhere on the
|
|
# machine are unaffected.
|
|
!.*
|
|
.git/
|
|
.claude/
|