Teploy trmnl

Terminal IDE, ready to go

A curated terminal development environment. Neovim, Zellij, Lazygit, and 50+ tools pre-configured with Tokyo Night theming across everything.

$brew install useteploy/tap/trmnl
Read the docs
zellij — trmnl
Tab 1: code

1func Deploy(app string) error {

2img, err := build.Run(app)

3if err != nil { return err }

4// zero-downtime swap

5return caddy.Route(img)

6}

NORMALdeploy.gogo
ZellijcodeserverdbCtrl+p — panes

macOS, Linux, WSL

What's included

A complete environment in one install

Editor, multiplexer, git UI, file manager, and the modern CLI toolbox — themed and configured together.

Neovim

50+ language servers, autocompletion, formatting, debugging, and testing. Kickstart-based, fully extensible.

Zellij

Modern terminal multiplexer. Panes, tabs, layouts, and session management with a clean keybind system.

Lazygit

Terminal UI for git. Stage, commit, push, rebase, and resolve conflicts without leaving the terminal.

Yazi file manager

Blazing-fast terminal file manager with image previews, batch operations, and Neovim integration.

Modern CLI

bat, eza, delta, fzf, ripgrep, fd, zoxide, starship. Drop-in replacements configured out of the box.

API & DB clients

atac for in-terminal API requests, hurl for HTTP-as-code in CI, lazysql for browsing and querying Postgres/MySQL/SQLite.

One command install

Homebrew or shell script. macOS, Linux, and WSL. No manual configuration required.

Get started

Install in under a minute. Run trmnl doctor to verify everything landed.