Skip to content

kexi/mise-vibe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mise-vibe

mise plugin for vibe - A CLI tool for easy Git Worktree management.

Installation

Add to your .mise.toml:

[plugins]
vibe = "https://github.com/kexi/mise-vibe"

[tools]
vibe = "latest"

Then run:

mise install

Usage

# Install specific version
mise install vibe@2.1.1

# List available versions
mise ls-remote vibe

# Set global version
mise use -g vibe@latest

# Set local version (in current directory)
mise use vibe@2.1.1

Shell Setup

After installing vibe via mise, add the following to your shell configuration:

Zsh (.zshrc)
vibe() { eval "$(command vibe "$@")" }
Bash (.bashrc)
vibe() { eval "$(command vibe "$@")"; }
Fish (~/.config/fish/config.fish)
function vibe
    eval (command vibe $argv)
end

Supported Platforms

OS Architecture Status
macOS x64 (Intel) Supported
macOS arm64 (Apple Silicon) Supported
Linux x64 Supported
Linux arm64 Supported
Windows x64 Supported

Security

Downloaded binaries are verified against the SHA-256 digest published by the GitHub Releases API before installation.

Development

mise install      # dev tools (gitleaks, lefthook, pinact)
lefthook install  # git hooks (secret scan + pinned-actions check)

License

Apache-2.0

About

mise plugin for vibe - A CLI tool for easy Git Worktree management

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages