1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-10 16:32:00 +00:00
Files
ohmyzsh-mirror/plugins/fnox

fnox

Adds integration and shell completions for fnox, a tool for provider-agnostic secret injection. Supports either standalone activation or mise integration if installed.

Installation

  1. Optional: Download & install mise by running the following:
curl https://mise.jdx.dev/install.sh | sh
  1. Enable fnox by adding it to your plugins definition in ~/.zshrc.
# standalone
plugins=(fnox)

# with mise integration
plugins=(mise fnox)

Usage

See the fnox documentation for information on how to use fnox standalone or with mise integration.