https://github.com/sohnryang/lambda-minimal-theme
A zsh theme with lambda.
https://github.com/sohnryang/lambda-minimal-theme
lambda lambda-theme oh-my-zsh oh-my-zsh-theme prompt theme zsh zsh-prompt zsh-theme
Last synced: about 1 month ago
JSON representation
A zsh theme with lambda.
- Host: GitHub
- URL: https://github.com/sohnryang/lambda-minimal-theme
- Owner: sohnryang
- License: mit
- Created: 2019-07-08T00:47:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T03:31:39.000Z (over 2 years ago)
- Last Synced: 2025-03-30T21:15:09.541Z (2 months ago)
- Topics: lambda, lambda-theme, oh-my-zsh, oh-my-zsh-theme, prompt, theme, zsh, zsh-prompt, zsh-theme
- Language: Shell
- Size: 367 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambda-minimal-theme

[](https://github.com/unixorn/awesome-zsh-plugins)A simple zsh prompt theme based on lambda. Supports `git` and `virtualenv`.

## Installation
> This theme only supports [oh-my-zsh](https://ohmyz.sh/). 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](https://github.com/sindresorhus/pure).
- [ ] Add nvm support.