https://github.com/olrtg/zsh-fvm
A simple fvm (Flutter Version Manager) plugin for zsh.
https://github.com/olrtg/zsh-fvm
Last synced: 9 months ago
JSON representation
A simple fvm (Flutter Version Manager) plugin for zsh.
- Host: GitHub
- URL: https://github.com/olrtg/zsh-fvm
- Owner: olrtg
- License: apache-2.0
- Created: 2023-02-05T23:23:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T02:31:41.000Z (over 2 years ago)
- Last Synced: 2025-02-24T08:56:40.982Z (9 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - fvm - Adds tab completions for the [Flutter Version Manager (FVM)](https://fvm.app/). (Completions / ZSH on Windows)
- fucking-awesome-zsh-plugins - fvm - Adds tab completions for the 🌎 [Flutter Version Manager (FVM)](fvm.app/). (Completions / ZSH on Windows)
README
# zsh-fvm
Checks for the `fvm` command and adds tab completions.
## Installation
Using the [:zap: Zap](https://www.zapzsh.org/) minimal zsh plugin manager, add the following to your `.zshrc`
```sh
# Install plugin
plug "olrtg/zsh-fvm"
```
## Prerequisites
Have [FVM](https://fvm.app/) (Flutter Version Manager) installed.