Gentleman-Programming/Gentleman.Dots
Gentleman.Dots
ℹ️ Update (January 2026): OpenCode now supports Claude Max/Pro subscriptions via the
opencode-anthropic-authplugin (included in this config). Both Claude Code and OpenCode work with your Claude subscription. Note: This workaround is stable for now, but Anthropic could block it in the future.
Table of Contents
- What is this?
- Quick Start
- Supported Platforms
- Vim Mastery Trainer
- Documentation
- Tools Overview
- Bleeding Edge
- Project Structure
- Support
Preview
TUI Installer
Showcase
What is this?
A complete development environment configuration including:
- Neovim with LSP, autocompletion, and AI assistants (Claude Code, Gemini, OpenCode)
- Shells: Fish, Zsh, Nushell
- Terminal Multiplexers: Tmux, Zellij
- Terminal Emulators: Alacritty, WezTerm, Kitty, Ghostty
Quick Start
Option 1: Homebrew (Recommended)
|
|
Option 2: Direct Download
|
|
Option 3: Termux (Android)
Termux requires building the installer locally (Go cross-compilation to Android has limitations).
|
|
| Termux Support | Status |
|---|---|
| Shells (Fish, Zsh, Nushell) | ✅ Available |
| Multiplexers (Tmux, Zellij) | ✅ Available |
| Neovim with full config | ✅ Available |
| Nerd Fonts | ✅ Auto-installed to ~/.termux/font.ttf |
| Terminal emulators | ❌ Not applicable |
| Homebrew | ❌ Uses pkg instead |
Tip: After installation, restart Termux to apply the font, then run
tmuxorzellijto start your configured environment.
The TUI guides you through selecting your preferred tools and handles all the configuration automatically.
Windows users: You must set up WSL first. See the Manual Installation Guide.
Supported Platforms
| Platform | Architecture | Install Method | Package Manager |
|---|---|---|---|
| macOS | Apple Silicon (ARM64) | Homebrew, Direct Download | Homebrew |
| macOS | Intel (x86_64) | Homebrew, Direct Download | Homebrew |
| Linux (Ubuntu/Debian) | x86_64, ARM64 | Homebrew, Direct Download | Homebrew |
| Linux (Fedora/RHEL) | x86_64, ARM64 | Direct Download | dnf |
| Linux (Arch) | x86_64 | Homebrew, Direct Download | Homebrew |
| Windows | WSL | Direct Download (see docs) | Homebrew |
| Android | Termux (ARM64) | Build locally (see above) | pkg |
🎮 Vim Mastery Trainer
Learn Vim the fun way! The installer includes an interactive RPG-style trainer with:
| Module | Keys Covered |
|---|---|
| 🔤 Horizontal Movement | w, e, b, f, t, 0, $, ^ |
| ↕️ Vertical Movement | j, k, G, gg, {, } |
| 📦 Text Objects | iw, aw, i", a(, it, at |
| ✂️ Change & Repeat | d, c, dd, cc, D, C, x |
| 🔄 Substitution | r, R, s, S, ~, gu, gU, J |
| 🎬 Macros & Registers | qa, @a, @@, "ay, "+p |
| 🔍 Regex/Search | /, ?, n, N, *, #, \v |
Each module includes 15 progressive lessons, practice mode with intelligent exercise selection, boss fights, and XP tracking.
Launch it from the main menu: Vim Mastery Trainer
Documentation
| Document | Description |
|---|---|
| TUI Installer Guide | Interactive installer features, navigation, backup/restore |
| Manual Installation | Step-by-step manual setup for all platforms |
| Neovim Keymaps | Complete reference of all keybindings |
| AI Configuration | Claude Code, OpenCode, Copilot, and other AI assistants |
| Vim Trainer Spec | Technical specification for the Vim Mastery Trainer |
| Docker Testing | E2E testing with Docker containers |
| Contributing | Development setup, skills system, E2E tests, release process |
Tools Overview
Terminal Emulators
| Tool | Description |
|---|---|
| Ghostty | GPU-accelerated, native, blazing fast |
| Kitty | Feature-rich, GPU-based rendering |
| WezTerm | Lua-configurable, cross-platform |
| Alacritty | Minimal, Rust-based, lightweight |
Shells
| Tool | Description |
|---|---|
| Nushell | Structured data, modern syntax, pipelines |
| Fish | User-friendly, great defaults, no config needed |
| Zsh | Highly customizable, POSIX-compatible, Powerlevel10k |
Multiplexers
| Tool | Description |
|---|---|
| Tmux | Battle-tested, widely used, lots of plugins |
| Zellij | Modern, WebAssembly plugins, floating panes |
Editor
| Tool | Description |
|---|---|
| Neovim | LazyVim config with LSP, completions, AI |
Prompts
| Tool | Description |
|---|---|
| Starship | Cross-shell prompt with Git integration |
Bleeding Edge
Want the latest experimental features from my daily workflow (macOS only)?
Check out the nix-migration branch.
This branch contains cutting-edge configurations that eventually make their way to main once stable.
Project Structure
|
|
Support
- Issues: GitHub Issues
- Discord: Gentleman Programming Community
- YouTube: @GentlemanProgramming
- Twitch: GentlemanProgramming
License
MIT License - feel free to use, modify, and share.
Happy coding! 🎩