Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

407 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dreamcoder Workbench

A health-first, terminal-native engineering environment built on Gentleman.Dots + ML4W. Cocoa/Lúcuma. Anthracite Steel. Healthy contrast. Identity.

Dreamcoder Workbench is a personal distribution layer for developers who live in the terminal: it adds token-governed themes (WCAG/APCA-validated), machine-specific ML4W keybinding profiles, AI-aware tooling, and a verification layer on top of Gentleman.Dots and ML4W — without replacing either upstream. It is built for people who want reproducible, health-conscious setups and are ready to keep configuration as code. The what/who/why is covered in the sections below; the docs index (docs/README.md) is the entry point for everything else.

Theme CI ML4W Setup CI WCAG 4.5:1 APCA PyPI License


Quick Start — 3-Step Install

Dreamcoder Workbench is a personal distribution layer that adds profiles, themes, generators, and verification around Gentleman.Dots and ML4W. It does not replace either upstream project.

1. Install Gentleman.Dots

brew install Gentleman-Programming/tap/gentleman-dots
gentleman-dots

→ Or download it from Gentleman.Dots

Provides: Neovim (29 plugins LazyVim), Ghostty shaders (53), Tmux/Zellij, Vim Trainer, Fish/Zsh/Nushell

2. Install ML4W OS

bash <(curl -s https://ml4w.com/os/stable)

ML4W documentation

Provides: full Hyprland (animations, keybinds, monitors), Waybar, Rofi, Dunst, GTK, Btop

3. Install Dreamcoder Workbench

git clone git@github.com:Dreamcoder08/Dreamcoder-Workbench.git ~/Documents/PROYECTOS/Dreamcoder-Workbench
cd ~/Documents/PROYECTOS/Dreamcoder-Workbench
./scripts/dreamcoder install

Applies: dark/light/night modes over the whole Gentleman + ML4W base

Adds: Starship prompt with AI session state, 19 shell functions, modern aliases, auto-theme switching


ML4W Integration — Profile-Driven Keybinding System

Dreamcoder Workbench integrates with ML4W through a modular, profile-driven system: machine-specific keybindings live in JSON profiles under DreamcoderProfiles/dreamcoder/ and compile into ~/.config/hypr/custom.lua, validated in CI.

  • Profiles → generator → custom.lua; native hl.dsp.* dispatchers (hyprctl dispatch is broken on Hyprland 0.55+)
  • Theme toggle: SUPER + SHIFT + D; blue light: SUPER + SHIFT + U / I

Full binding contract, dispatcher tables, file layout, and testing commands: docs/configuration/ml4w.md


Why Dreamcoder Workbench?

Feature Gentleman.Dots ML4W Dreamcoder Workbench
Theme Engine — Catppuccin ✓ Matugen Token-based + WCAG/APCA
Dark/Light/Night + night transition
AI Session Prompt Session-aware prompt
Accessibility WCAG 4.5:1 + APCA 75
Neovim ✓ 29 plugins ◐ Dreamcoder colorscheme
Hyprland ✓ Full ◐ Color overlay
Shell Configs ✓ Fish/Zsh/Nushell ✓ Fish/Bash ◐ Aliases + functions
Ghostty Shaders ✓ 53 GLSL ◐ Uses Gentleman's shaders
Installer ✓ Go TUI ✓ bash Go TUI + Vim Trainer
Prompt — Basic — Basic Starship 17 modules

✓ = full support · ◐ = Dreamcoder Workbench adds an overlay · — = not provided


What Dreamcoder Workbench does not replace

Dreamcoder Workbench is a visual layer, not a replacement. You keep everything Gentleman and ML4W already give you:

Kept from Gentleman.Dots:

  • Neovim with 29 plugins (avante, copilot, blink, fzf-lua, oil, DAP...)
  • Ghostty shaders (53 GLSL effects)
  • Tmux/Zellij with TPM and plugins
  • Vim Mastery Trainer
  • Fish/Zsh/Nushell base config

Kept from ML4W:

  • Full Hyprland (animations, keybinds, monitors, layouts)
  • Waybar, Rofi, Dunst configs
  • GTK 3.0/4.0 settings
  • Matugen color generation pipeline
  • Btop, Chromium/Edge configs

Dreamcoder Workbench adds:

  • Color tokens validated with WCAG 4.5:1 + APCA
  • 3 modes: Anthracite Steel (dark), Cocoa/Lúcuma (light), Night (low-light transition)
  • Starship prompt with 17 modules and AI session state
  • 19 shell functions (extract, sysupdate, killport, dots, cheat, http, logs, tm-session, tm, tmux-kill-all, identity, id-dev, id-founder, id-personal, id-research, dev-dots, sdd-swap, tl)
  • Modern aliases with graceful fallback (eza, bat, fd, rg, zoxide)
  • Auto-theme switching by schedule (systemd timer)
  • Python library for theme generation (PyPI)

Usage

CLI

dreamcoder dark         # → Anthracite Steel OLED
dreamcoder light        # → Dreamcoder Light
dreamcoder status       # → System status overview
dreamcoder doctor       # → Health check

Theme Engine (Python)

pip install dreamcoder-theme
dreamcoder-theme sync   # Render all themes
dreamcoder-theme doctor # Check health

Architecture

flowchart LR
    subgraph Tokens["Design Tokens"]
        PT["tokens.json<br/>dark / light / night"]
    end
    subgraph Render["Renderers (23 modules)"]
        R["renderers.py<br/>hub → leaf modules"]
    end
    subgraph Write["Writers"]
        W["writers.py<br/>write_if_changed()"]
    end
    subgraph Output["Theme Files"]
        O["Kitty, Ghostty, Nvim,<br/>Tmux, Starship, Hyprland,<br/>Codex, OpenCode, Pi, ..."]
    end
    Tokens --> Render --> Write --> Output
Loading

Philosophy

Dreamcoder Workbench is not a neon rice. It is a workbench:

  • Health first: no pure black/white, strong contrast, low brightness
  • Daily comfort: larger typography, calm prompt density, automatic day/night mode
  • Identity second: Cocoa/Lúcuma warmth, diagnostic cyan, editorial colors

Credits and upstream relationship

Dreamcoder Workbench builds on the upstream work of Gentleman.Dots and ML4W. Their projects remain the source of the base environment; this repository contributes the Dreamcoder profiles, tokens, overlays, generators, and verification layer. See docs/sources.md for the repository-owned source manifest, pin mechanism, and ownership boundaries.

Documentation

Work through the docs by task — pick what you want to do and start there. The full index lives in docs/README.md.

Your task Start here
Understand the repo layout and upstream ownership Source Manifest
Install or migrate from ML4W / Gentleman.Dots Installation guides
Configure a terminal, editor, shell, or multiplexer Configuration guides
Work with colors, tokens, or the theme engine Theme System
Adjust ML4W keybindings and Hyprland integration ML4W integration
Integrate with Claude Code / OpenCode / Pi AI Integration
Publish the Python package PyPI publishing
Contribute code or tests CONTRIBUTING.md

Next steps

Project

Aspect Detail
Status Active
Version 1.0
License MIT
Docs docs/README.md
Contribute CONTRIBUTING.md

SDD

This project uses Spec-Driven Development. Plans live in docs/superpowers/plans/.

About

Dreamcoder Workbench: terminal-native profiles, themes, and verification for Arch Linux engineering environments.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages