SUMMERBELL.DEV
← Back to Blog

February 20, 2026

·ToolingProductivity

My Terminal Setup for Maximum Productivity.

I spend most of my day in the terminal. Over the years, I've refined my setup to the point where it feels like an extension of my brain. Here's the current state of affairs.

The Shell: Zsh + Oh My Zsh

Zsh is my shell of choice with a minimal Oh My Zsh configuration. I use the Starship prompt for a clean, informative prompt that shows git status, Node version, and execution time without being noisy.

Essential CLI Tools

Ripgrep for searching, fd for finding files, bat for viewing files with syntax highlighting, and lazygit for a TUI git interface. These tools replace their slower counterparts and make everyday tasks feel instant.