Files
ansible-playbooks/roles/zsh/README.md
T
2026-07-03 00:11:52 +02:00

650 B

zsh configuration

Features

  • Powerlevel10k theme with instant prompt
  • Syntax highlighting for commands
  • Autosuggestions based on history
  • fzf integration (Ctrl+R history, Ctrl+T files, Alt+C directories)
  • fzf-tab for completion menus
  • Smart aliases (docker → podman)
  • Persistent history across sessions

Configuration

Users

Configure users in inventory:

zsh_users:
  - jsmith
  - root

Keybindings

  • ↑/↓ - History search with substring matching
  • Ctrl+R - Fuzzy history search
  • Ctrl+T - Fuzzy file search
  • Alt+C - Fuzzy directory change
  • Tab - fzf completion menu