06-21-2026, 09:42 AM
The terminal is where most of us live. Share your setup - shell, prompt, tools, colour scheme, whatever you have tuned.
Mine:
Dotfiles repo is the best gift you can give your future self when setting up a new machine. If yours are on GitHub, drop the link.
Mine:
- Shell: fish (tried zsh for years, fish's autosuggestions and syntax highlighting out of the box won me over)
- Terminal emulator: Alacritty - GPU accelerated, fast, config in TOML
- Prompt: Starship - shows git branch, exit codes, language versions, fast enough to not notice the overhead
- Editor: Neovim with lazy.nvim - took a weekend to configure properly but I haven't touched VSCode since
- Multiplexer: tmux with a minimal status bar, prefix remapped to Ctrl-A
- Colour scheme: Catppuccin Mocha everywhere I can apply it
Dotfiles repo is the best gift you can give your future self when setting up a new machine. If yours are on GitHub, drop the link.
