• Welcome to TalkativeTurtles - a community for developers & tech enthusiasts.
  • Share projects, get code reviewed, and talk tech without the noise.
  • New here? Introduce yourself in the Introductions forum!
Hello There, Guest! Login Register


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Title: Terminal setup thread - share your shell, prompt, and tools
Linear Mode
#2
What does your terminal actually look like and what are you running?

My current setup:

Shell: Zsh with a small set of plugins via zinit (faster startup than Oh My Zsh):
  • zsh-autosuggestions - suggests completions from history as you type, accept with right arrow
  • zsh-syntax-highlighting - colours valid commands green, typos red before you run them
  • fzf integration - fuzzy history search with Ctrl+R is genuinely transformative

Prompt: Starship - cross-shell, fast (written in Rust), shows git branch/status, language versions, exit codes. One config file, works the same in Zsh and Fish.

Tools that replaced standard ones:
  • eza instead of ls - colours, git status icons, tree view
  • bat instead of cat - syntax highlighting, line numbers, git diff integration
  • fd instead of find - faster, saner defaults, respects .gitignore
  • ripgrep instead of grep - significantly faster, also respects .gitignore
  • zoxide instead of cd - learns your most visited directories, jump anywhere with z project

Terminal emulator: Ghostty - fast, supports ligatures, good default config.

All config lives in a dotfiles repo and gets installed via a stow-based script. New machine setup takes about 10 minutes.

What's your terminal stack?
Reply
  


Messages In This Thread
Terminal setup thread - share your shell, prompt, and tools - by Zero Two - 06-22-2026, 12:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Shell aliases and functions you actually use every day Zero Two 0 126 06-30-2026, 08:35 PM
Last Post: Zero Two
  Share your terminal setup / dotfiles Zero Two 1 247 06-22-2026, 09:26 AM
Last Post: Zero Two

Forum Jump:


Browsing: 2 Guest(s)