Skip to content

kexi/mise-vibe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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 [email protected]

# List available versions
mise ls-remote vibe

# Set global version
mise use -g vibe@latest

# Set local version (in current directory)
mise use [email protected]

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

License

Apache-2.0

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages