Skip to content

sohnryang/lambda-minimal-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lambda-minimal-theme

GitHub Mentioned in Awesome Zsh Plugins

A simple zsh prompt theme based on lambda. Supports git and virtualenv.

screenshot

Installation

This theme only supports oh-my-zsh. To get support in other zsh frameworks, oh-my-zsh-equivalent git_prompt_info and virtualenv_prompt_info are needed.

The process is quite straightforward. Just download the file lambda-minimal.zsh-theme to ~/.oh-my-zsh/custom/themes directory from the repo.

curl 'https://raw.githubusercontent.com/sohnryang/lambda-minimal-theme/master/lambda-minimal.zsh-theme' -o $ZSH_CUSTOM/themes/lambda-minimal.zsh-theme

Roadmap

  • Add git root indicator when in git-managed directory.
  • Add python version indicator when virtualenv is enabled.
  • Add push/pull indicator like pure theme.
  • Add nvm support.