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

https://github.com/cmuench/zsh-miniconda

Miniconda zsh plugin (tested with Zap plugin manager)
https://github.com/cmuench/zsh-miniconda

Last synced: 9 months ago
JSON representation

Miniconda zsh plugin (tested with Zap plugin manager)

Awesome Lists containing this project

README

          

# zsh-miniconda
A zsh plugin for the miniconda Line Interface (miniconda CLI) completions.

## Install
Using the [:zap: Zap](https://www.zapzsh.org/) minimal zsh plugin manager, add the following to your `.zshrc`

```sh
# Install plugin
plug "cmuench/zsh-miniconda"
```

## Prerequisite Checks
A check will be performed to verify that `miniconda` has been installed:

- [`miniconda`](https://docs.conda.io/en/latest/miniconda.html) - Miniconda Installation Documentation

## License
The **zsh-miniconda** plugin is released under the [Apache License 2.0](https://github.com/cmuench/zsh-miniconda/blob/main/LICENSE) unless explicitly mentioned in the file header.