
Zoxide Install
- 3 installs
- 8 repo stars
- Updated February 5, 2026
- ceeon/zoxide-skills
Installs and configures the zoxide directory-jump tool with fzf and a zsh init hook.
About
Installs zoxide and fzf via Homebrew and wires the zsh init hook into ~/.zshrc. A developer uses it to set up smart directory jumping on a new machine.
- Installs zoxide and fzf via brew, configures ~/.zshrc
- Verifies with zoxide --version
Zoxide Install by the numbers
- 3 all-time installs (skills.sh)
- Ranked #435 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ceeon/zoxide-skills --skill zoxide-installAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 3 |
|---|---|
| repo stars | ★ 8 |
| Last updated | February 5, 2026 |
| Repository | ceeon/zoxide-skills ↗ |
What it does
Installs and configures the zoxide directory-jump tool with fzf and a zsh init hook.
Files
zoxide 安装
步骤
1. 检查是否已安装:which zoxide 2. 安装:brew install zoxide fzf 3. 配置 ~/.zshrc,添加:eval "$(zoxide init zsh)" 4. 生效:source ~/.zshrc 5. 验证:zoxide --version
安装后提示
z 关键词跳转目录zi交互式选择(需 fzf)- 需先访问目录让 zoxide 学习
Related skills
CLI & Terminalworkflow