ワンクリックで
zoxide-guide
Zoxide smart directory navigation configured via home-manager including usage examples and troubleshooting
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Zoxide smart directory navigation configured via home-manager including usage examples and troubleshooting
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Step-by-step installation guide for Nix and dotfiles setup including nix.conf configuration, channel updates, home-manager, and nix-darwin
スキルのプロンプト品質を評価・チューニングする。スキルを書いたあと別のサブエージェントに実行させ、不明瞭点・自動補完箇所・達成率をレポートさせて反復改善する。Use when you want to evaluate or tune a SKILL.md prompt quality. Ref: https://zenn.dev/mizchi/articles/empirical-prompt-tuning
Generate professional English commit messages with gitmoji based on git diff. Use when creating commit messages, analyzing staged changes, or formatting commits according to conventional commits + gitmoji style.
Generate professional English commit messages with gitmoji based on git diff. Use when creating commit messages, analyzing staged changes, or formatting commits according to conventional commits + gitmoji style.
NPM tools and package management using mise including commitizen, cz-git, and global package configuration
System services configuration guide including AeroSpace, JankyBorders, and AltTab on macOS
| name | zoxide-guide |
| description | Zoxide smart directory navigation configured via home-manager including usage examples and troubleshooting |
zoxide is a smarter cd command that learns your most-used directories.
This repository enables zoxide for zsh via home-manager and loads it from the zsh tool config.
macOS (darwin):
darwin/home-manager/shell/zsh/config/zoxide.zshdarwin/home-manager/shell/zsh/default.nix (installs to ~/.config/zsh/config/tools/206-zoxide.zsh)darwin/home-manager/default.nix (home.packages includes zoxide)NixOS:
nixos/home-manager/shell/zsh/config/zoxide.zshnixos/home-manager/shell/zsh/default.nix (installs to ~/.config/zsh/config/tools/206-zoxide.zsh)nixos/home-manager/default.nix (home.packages includes zoxide)Basic - jump to a directory:
z <query>
Examples:
z dotfiles
z git
z src
List matches:
zoxide query <query>
Interactive selection (optional, requires fzf):
zoxide query -i
z command not foundmake home-manager-apply
exec zsh
command -v zoxide
zoxide --version