zsh
History, completion, keybindings, prompt, and tools for ~/.zshrc.
How to use it
- Save the generated file as ~/.zshrc, then start a new shell or run:
source ~/.zshrc - If you chose Starship, install it first:
curl -sS https://starship.rs/install.sh | sh - Tool init lines (zoxide/fzf/direnv) and plugin sources are guarded with
command -v - and path checks, so a fresh shell won’t error if a tool isn’t installed yet.