mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 03:04:02 +00:00
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:
@@ -84,7 +84,7 @@ This document consolidates all gathered knowledge for the github.com/ivuorinen/e
|
||||
|
||||
## 7. Installer
|
||||
|
||||
- cli/install.sh deploys all configs under ~/.config.
|
||||
- install.sh deploys configs under ~/.config (use `./install.sh cli` for CLI tools only).
|
||||
- Symlinks or copies files for shells, tools, editors unless file already exists.
|
||||
- If file already exists, check if it is an Everforest config.
|
||||
- If it is, overwrite with new version.
|
||||
@@ -147,7 +147,7 @@ snapshots → run Playwright snapshots
|
||||
### Everforest CLI
|
||||
|
||||
Contains overview of terminals, web, CLI tools, prompts, editors.
|
||||
Install with ./cli/install.sh
|
||||
Install with ./install.sh cli
|
||||
Verify with ENGINE=docker ./verify/verify.sh
|
||||
|
||||
Notes:
|
||||
|
||||
Reference in New Issue
Block a user