add support for conda; i now support two dev frameworky things so lets mention this in the readme too

This commit is contained in:
2023-06-30 16:18:38 -07:00
parent 9c7014bf32
commit ba91da045c
3 changed files with 24 additions and 0 deletions

View File

@@ -5,4 +5,5 @@
* Provides a unique syntax for running ssh sessions. You can simply type `command@target-host --args` to run a one shot command on target-host (or `@target-host` to open a full ssh session)
* Customizes the prompt according to developer's personal preferences (framework for customization coming soon!)
* Automatically updates itself, and is capable of installing itself with just a stub zshrc
* Support for some developer environment tools, such as OPAM and conda
* And more, as needed!