Recipe

Zsh Config

A fast, opinionated Z shell setup tuned for macOS and Linux development. Aliases, completions, prompt, and plugin management in one tidy .zshrc.

Quick start

curl -sSL https://getnimbus.net/recipes/zsh/install.sh | bash

The installer backs up your existing config automatically.

What you get

  • Starship prompt with Nerd Font glyphs
  • zsh-autosuggestions & zsh-syntax-highlighting
  • fzf integration for history, files, and git
  • Aliases: gco, gst, k for kubectl
  • Directory jumper: z
  • 256-color LS_COLORS tuned for dark terminals

Manual install

Clone the repo and source the entrypoint. Full instructions on the recipes index.

Requirements

Zsh 5.8+

Ships with macOS Catalina+. Install via brew on Linux.

Git 2.30+

Required for plugin cloning and version checks.

Nerd Font

Recommended: FiraCode Nerd Font or JetBrains Mono.

fzf

Fuzzy finder. brew install fzf