Skip to content

saravanabalagi/zsh-theme-humbled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Humbled

A clean and humble zsh theme with support for condaenv, virtualenv and git with everything left aligned with the working directory in bold

Screencast

Plugin Dependencies

  1. git
  2. virtualenv
  3. condaenv

Installation

  1. Update plugins in ~/.zshrc

    plugins=(
    	...
    	git
    	virtualenv
    	condaenv
    )  
    

    Note that for condaenv, you also need to download it.

    git clone https://github.com/saravanabalagi/zsh-plugin-condaenv $ZSH_CUSTOM/plugins/condaenv
    
  2. Download humbled

    git clone https://github.com/saravanabalagi/zsh-theme-humbled $ZSH_CUSTOM/themes/humbled
    
  3. Update ZSH_THEME in ~/.zshrc file

    ZSH_THEME="humbled/humbled"
    

Enjoy humbled! Also check out modesty for separate left and right aligned prompt theme.

Screenshot

Licence

Please refer to the License file.

About

A clean and humble zsh theme with support for condaenv, virtualenv and git

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages