https://github.com/saravanabalagi/zsh-theme-modesty
A clean and modest zsh theme with support for condaenv, virtualenv and git
https://github.com/saravanabalagi/zsh-theme-modesty
condaenv modesty virtualenv zsh-theme
Last synced: 23 days ago
JSON representation
A clean and modest zsh theme with support for condaenv, virtualenv and git
- Host: GitHub
- URL: https://github.com/saravanabalagi/zsh-theme-modesty
- Owner: saravanabalagi
- License: gpl-3.0
- Created: 2019-07-17T21:19:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T00:51:32.000Z (about 4 years ago)
- Last Synced: 2024-12-25T20:27:07.657Z (11 months ago)
- Topics: condaenv, modesty, virtualenv, zsh-theme
- Homepage:
- Size: 798 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - modesty - A clean and modest ZSH theme with `condaenv`, `virtualenv` and `git` status decorations displayed neatly right aligned. Requires [condaenv](https://github.com/saravanabalagi/zsh-plugin-condaenv) plugin. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - modesty - A clean and modest ZSH theme with `condaenv`, `virtualenv` and `git` status decorations displayed neatly right aligned. Requires <b><code> 2⭐</code></b> <b><code> 1🍴</code></b> [condaenv](https://github.com/saravanabalagi/zsh-plugin-condaenv)) plugin. (Themes / ZSH on Windows)
README
# Modesty
A clean and modest zsh theme with support for condaenv, virtualenv and git neatly right aligned while the folder you are in is displayed

## Plugin Dependencies
1. git
1. virtualenv
1. [condaenv](https://github.com/saravanabalagi/zsh-plugin-condaenv)
## Installation
1. Update `plugins` in `~/.zshrc`
```
plugins=(
...
git
virtualenv
condaenv
)
```
Note that for [condaenv](https://github.com/saravanabalagi/zsh-plugin-condaenv), you also need to download it.
```
git clone https://github.com/saravanabalagi/zsh-plugin-condaenv $ZSH_CUSTOM/plugins/condaenv
```
1. Download modesty
```
git clone https://github.com/saravanabalagi/zsh-theme-modesty $ZSH_CUSTOM/themes/modesty
```
1. Update `ZSH_THEME` in `~/.zshrc` file
```
ZSH_THEME="modesty/modesty"
```
Enjoy modesty! Also check out [humbled](https://github.com/saravanabalagi/zsh-theme-humbled) for left aligned prompt theme.

## Licence
Please refer to the [License](LICENSE) file.