Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamdaz/mint-lang-zsh
https://github.com/tamdaz/mint-lang-zsh
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tamdaz/mint-lang-zsh
- Owner: tamdaz
- License: mit
- Created: 2024-11-28T19:16:47.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T19:20:22.000Z (about 2 months ago)
- Last Synced: 2024-11-28T20:26:35.532Z (about 2 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mint - mint-lang-zsh - Oh My Zsh plugin for the "mint" binary. (Script plugins / Editor extensions)
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