https://github.com/saravanabalagi/zsh-theme-humbled
A clean and humble zsh theme with support for condaenv, virtualenv and git
https://github.com/saravanabalagi/zsh-theme-humbled
conda git virtualenv zsh-theme
Last synced: 8 months ago
JSON representation
A clean and humble zsh theme with support for condaenv, virtualenv and git
- Host: GitHub
- URL: https://github.com/saravanabalagi/zsh-theme-humbled
- Owner: saravanabalagi
- License: gpl-3.0
- Created: 2020-11-19T23:10:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T16:56:47.000Z (about 3 years ago)
- Last Synced: 2025-02-01T22:17:05.398Z (10 months ago)
- Topics: conda, git, virtualenv, zsh-theme
- Language: Shell
- Homepage:
- Size: 1.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - humbled - A clean and humble theme with left-aligned `condaenv`, `virtualenv` and `git` status. Requires [condaenv](https://github.com/saravanabalagi/zsh-plugin-condaenv) plugin. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - humbled - A clean and humble theme with left-aligned `condaenv`, `virtualenv` and `git` status. 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
# Humbled
A clean and humble zsh theme with support for condaenv, virtualenv and git with everything left aligned with the working directory in bold

## 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 humbled
```
git clone https://github.com/saravanabalagi/zsh-theme-humbled $ZSH_CUSTOM/themes/humbled
```
1. Update `ZSH_THEME` in `~/.zshrc` file
```
ZSH_THEME="humbled/humbled"
```
Enjoy humbled! Also check out [modesty](https://github.com/saravanabalagi/zsh-theme-modesty) for separate left and right aligned prompt theme.

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