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)
- Host: GitHub
- URL: https://github.com/cmuench/zsh-miniconda
- Owner: cmuench
- License: apache-2.0
- Created: 2023-07-20T08:22:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T09:08:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-18T12:06:42.645Z (9 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - miniconda - Tab completions for [miniconda](https://docs.conda.io/en/latest/miniconda.html). (Completions / ZSH on Windows)
- fucking-awesome-zsh-plugins - miniconda - Tab completions for 🌎 [miniconda](docs.conda.io/en/latest/miniconda.html). (Completions / ZSH on Windows)
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.