The Tools That Make My Terminal WorK
dev.to·12h·
Discuss: DEV

At some point, most developers start to care about their terminal setup. It stops being just a place to run commands and becomes part of how you think about your work.

Over the years, I’ve built mine into something fast, predictable, and easy to reproduce across machines. None of it is particularly complicated, but the tools fit together in a way that makes the whole setup feel cohesive.

Here’s what I use, and why it’s worth knowing about.


Dotfiles + GNU Stow

Everything starts with my dotfiles repo. It’s where all my terminal configurations live: shell, editor, Tmux, Git, everything.

The reason for having a dedicated repo is simple: these configurations evolve constantly, and being able to version them in Git means I can trac…

Similar Posts

Loading similar posts...