Skip to content
Shell & Terminal

Shell & Terminal posts

Bash, Zsh, sh, tcsh, and the TUI tools built on top of them — prompts, scripting, multiplexers, and terminal troubleshooting.

Shell & TerminalHow-To July 11, 2026 3 min read

How to Install and Use a TUI File Manager

A complete walkthrough setting up a terminal-based file manager — navigating, previewing, and manipulating files entirely with the keyboard, without ever leaving the terminal.

#howto#tui#file-manager
Read more
Shell & TerminalHow-To July 11, 2026 3 min read

How to Set Up a TUI System Monitor

A complete walkthrough installing and configuring a full-screen terminal system monitor — real-time CPU, memory, and process information, entirely keyboard-driven, without leaving the terminal.

#howto#tui#system-monitoring
Read more
Shell & TerminalHow-To July 11, 2026 3 min read

How to Configure Windows Terminal for Use With WSL

A complete walkthrough setting up Windows Terminal specifically for a smooth WSL experience — default profile, font, and the settings that most commonly need adjusting.

#howto#windows-terminal#wsl
Read more
Shell & TerminalHow-To July 11, 2026 2 min read

How to Set Up Zsh With Oh My Zsh

A complete walkthrough installing Zsh as your shell, setting up Oh My Zsh, and configuring a theme and a first useful plugin — from a completely default shell to a genuinely productive one.

#howto#zsh#oh-my-zsh
Read more
Shell & TerminalNews July 11, 2026 2 min read

Fish Ships as a Shell That Deliberately Breaks From POSIX

Released February 13, 2005 by Swedish developer Axel Liljencrantz, Fish chose sensible-by-default behavior and built-in syntax highlighting over POSIX compatibility — a genuinely different bet than Bash or Zsh made.

#news#fish#history
Read more