zsh setup A developer has published a comprehensive Zsh shell configuration that integrates Starship, Fzf, Zoxide, Eza, and Bat into a single setup file. The configuration includes a shared 100,000-entry history across all open shells, case-insensitive tab completions with arrow-key menu selection, and Option/Alt key bindings for word-level cursor movement. The setup also provides aliases for navigation, file listing with Eza, Git commands, and syntax-highlighted file viewing with Bat. | ══════════════════════════════════════════════════════════════════════ | | | SETUP — install everything this file depends on | | | ══════════════════════════════════════════════════════════════════════ | | | Core tools one line . Run once on a fresh machine: | | | | | | brew install starship fzf zoxide eza bat | | | | | | starship — the prompt | | | fzf — fuzzy finder Ctrl+R history, Ctrl+T files | | | zoxide — smart cd z