DEV Community

Nishant Mittal
Nishant Mittal

Posted on

2 1

What terminal config do you use?

Hey all,

Writing this post to know what terminal config do you all I use?

Here's mine. (Oh-My-Zsh + Spaceship Theme)

My Terminal

Top comments (1)

Collapse
 
vonheikemen profile image
Heiker

I'm technically using a tiny subset of oh-my-zsh. Less than a hundred lines taken from their code... and then a bunch of my own stuff.

shell prompt. Current working directory at the top. Command at the bottom. The prompt is an arrow thingy

this prompt theme is actually available in oh-my-zsh, it's called refined. Though mine is a modified version.

The best part is actually the keybindings to navigate the command history. The "prefix search" with the up and down arrows. And the "magic-space" that performs a history expansion. It's great (I wrote about it last month).

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay