Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tamdaz/mint-lang-zsh


https://github.com/tamdaz/mint-lang-zsh

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# mint-lang-zsh
**mint-lang-zsh** is a Zsh plugin that provides arguments and options completions for `mint` command.

## Requirements
- [Zsh](https://github.com/zsh-users/zsh)
- [Oh my Zsh](https://github.com/ohmyzsh/ohmyzsh)

## Installation

To use mint-lang-zsh as plugin, clone it and install it into OMZ plugins directory.
```sh
git clone --depth=1 https://github.com/tamdaz/mint-lang-zsh ~/.oh-my-zsh/custom/plugins/mint-lang
```

Once installed, add it to the plugin list in ~/.zshrc :
```sh
plugins=(... mint-lang)
```

And refresh the source :
```sh
source ~/.zshrc
```

## Uninstall

To uninstall mint-lang-zsh, delete mint-lang from the plugin.
```sh
rm -rf ~/.oh-my-zsh/custom/plugins/mint-lang
```

And remove `mint-lang` from the plugin list :
```sh
plugins=(...)
```

## Contributors
Any contributions are welcome !

- [tamdaz](https://github.com/tamdaz) - Creator and maintainer