https://github.com/kdm9/zsh-autoactivate-conda
https://github.com/kdm9/zsh-autoactivate-conda
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdm9/zsh-autoactivate-conda
- Owner: kdm9
- License: mit
- Created: 2021-03-31T07:50:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T18:14:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T18:52:18.075Z (4 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zsh-autoactivate-conda
Automatically activate a conda environment defined in `./environment.yml` when
`cd`-ing into a directory.## Install/Requirements
- needs python3 & pyyaml.
- I use [zgenom](https://github.com/jandamm/zgenom) to handle zsh plugins now zgen has died.```
zgenom load kdm9/zsh-autoactivate-conda
```