Sweep every machine for config worth tracking
Reactive capture missed wallust entirely, so this is a systematic pass over ~/.config on all four machines: every entry that is not already a symlink, judged on whether it is hand-authored config or app-generated state. Shared and identical everywhere -> common/: lazygit, ncmpcpp, neofetch, matplotlib. Everything else differs per machine and goes in hosts/<host>/config/: gtk-2.0/3.0/4.0, mimeapps.list, user-dirs.dirs, mpv, swaync, swayimg, bob, pavucontrol.ini, zoom; plus beets, bottom, glow and mpd on system76; fastfetch, gh, uv, traggo, tiling-assistant and xdg-desktop-portal on the work laptop; inbox-tidy and llmfit on mainframe. Deliberately excluded, all verified to hold live credentials: the work laptop's Claude OAuth tokens (~/.config/anthropic/credentials), the NAS restic repo password and hetzner.env, subsonic passwords in subtui, stmp and termsonic, mopidy, supersonic, the Proton bridge env and the LiteLLM virtual keys. The ignore list now names those shapes directly — a bare `password` file would not have been caught before. Also excluded as generated state or too large to be meaningful: GIMP, kicad, BambuStudio, OrcaSlicer, calibre, LightBurn, obs-studio, feishin, libreoffice, VirtualBox, FortiClient; and mainframe's dead X11-era leftovers (i3, openbox, lxpanel, lxsession, pcmanfm).
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
@define-color background #121110;
|
||||
@define-color foreground #FCF7F2;
|
||||
|
||||
@define-color color0 #3A3939;
|
||||
@define-color color1 #A78C72;
|
||||
@define-color color2 #A99F97;
|
||||
@define-color color3 #ABB0A9;
|
||||
@define-color color4 #C9BBAC;
|
||||
@define-color color5 #F8DEC5;
|
||||
@define-color color6 #F7E7D9;
|
||||
@define-color color7 #F3EAE3;
|
||||
@define-color color8 #AAA49F;
|
||||
@define-color color9 #A78C72;
|
||||
@define-color color10 #A99F97;
|
||||
@define-color color11 #ABB0A9;
|
||||
@define-color color12 #C9BBAC;
|
||||
@define-color color13 #F8DEC5;
|
||||
@define-color color14 #F7E7D9;
|
||||
@define-color color15 #F3EAE3;
|
||||
Reference in New Issue
Block a user