feat: enhance install script and theme generation

- install.sh now installs all variants when run without parameters
- preserve single-variant mode when --variant is specified
- add variant names to generated file headers for clarity
- fix tool name extraction to preserve compound names like git-delta
- fix CSS variable preservation during header generation
This commit is contained in:
2025-09-09 00:01:46 +03:00
parent 5710074685
commit 5c0e8b0f40
234 changed files with 723 additions and 343 deletions

View File

@@ -56,7 +56,7 @@ Core development commands for the project:
## Installation and Verification
./cli/install.sh # Deploy all configs to ~/.config
./install.sh cli # Deploy CLI configs to ~/.config
ENGINE=docker ./verify/verify.sh # Verify in container
## Implementation Guidelines