feat: initial scaffold and generator

- Complete project structure with directories for all target platforms
- Template system for CLI tools with color placeholder replacement
- Working generator that processes templates for 6 theme variants
- GitHub workflows for build, snapshots, commitlint, and cli-verify
- Installer and verifier scripts for CLI tool deployment
- Comprehensive documentation and specifications
- Biome 2.x linting and formatting setup
- Husky git hooks for pre-commit validation
This commit is contained in:
2025-09-05 23:06:12 +03:00
commit 11baabe545
53 changed files with 2890 additions and 0 deletions

54
docs/CLI.md Normal file
View File

@@ -0,0 +1,54 @@
# Everforest CLI
Command-line tools and terminal configurations for the Everforest color scheme.
## Installation
./cli/install.sh
This installs configurations for all supported CLI tools to `~/.config`.
## Supported Tools
### Shell & Terminal
- **Starship**: Cross-shell prompt with Everforest colors
- **Fish**: Shell colors and prompt themes
- **Tmux**: Terminal multiplexer theme
- **LS_COLORS**: Directory colors for `ls` and file managers
### Development Tools
- **FZF**: Fuzzy finder with Everforest colors
- **Delta**: Git diff viewer theme
- **Ripgrep**: Search tool colors
- **Bat**: Syntax highlighter theme
### System Tools
- **Htop**: System monitor colors
- **Btop**: Modern system monitor theme
## Usage Examples
After installation:
# Set Starship theme
export STARSHIP_CONFIG=~/.config/starship/starship.toml
# Load FZF colors
source ~/.config/fzf/everforest.sh
# Load LS_COLORS
source ~/.config/dircolors/everforest.sh
## Verification
ENGINE=docker ./verify/verify.sh
Tests all configurations in a clean container environment.
## Theme Variants
Each tool supports 6 variants:
- `dark-hard`, `dark-medium`, `dark-soft`
- `light-hard`, `light-medium`, `light-soft`
Default is `medium` contrast.