mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-02-08 02:46:41 +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:
@@ -53,7 +53,7 @@ git remote add origin git@github.com:ivuorinen/everforest-resources.git
|
||||
|
||||
7) Installer & verifier
|
||||
|
||||
- Add cli/install.sh (symlink/copy all configs; load dircolors).
|
||||
- Add main install.sh (symlink/copy all configs; load dircolors; use `./install.sh cli` for CLI-only).
|
||||
- Add verify/verify.sh (build Debian container; check tools; fish sourcing).
|
||||
- Integrate cli-verify job in CI (temp HOME, installer, then verifier).
|
||||
|
||||
@@ -74,7 +74,7 @@ git remote add origin git@github.com:ivuorinen/everforest-resources.git
|
||||
- Run: npm run generate
|
||||
- Run: npm run validate
|
||||
- Run: make snapshots (or npm run snapshots)
|
||||
- Run: ./cli/install.sh then ENGINE=docker ./verify/verify.sh
|
||||
- Run: ./install.sh cli then ENGINE=docker ./verify/verify.sh
|
||||
|
||||
11) First commit & PR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user