https://github.com/cdimascio/lambda-zsh-theme
λ Beautiful lambda theme for Zsh
https://github.com/cdimascio/lambda-zsh-theme
lambda zsh zsh-theme
Last synced: 7 months ago
JSON representation
λ Beautiful lambda theme for Zsh
- Host: GitHub
- URL: https://github.com/cdimascio/lambda-zsh-theme
- Owner: cdimascio
- License: mit
- Created: 2017-12-30T03:01:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T02:31:06.000Z (over 5 years ago)
- Last Synced: 2025-04-28T10:26:09.533Z (7 months ago)
- Topics: lambda, zsh, zsh-theme
- Homepage:
- Size: 105 KB
- Stars: 68
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - lambda (cdimascio) - Inspired by the [lambda](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/lambda.zsh-theme) theme. Includes `git` status decorations. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - lambda (cdimascio) - Inspired by the <b><code>182718⭐</code></b> <b><code> 26277🍴</code></b> [lambda](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/lambda.zsh-theme)) theme. Includes `git` status decorations. (Themes / ZSH on Windows)
- awesome-zsh-plugins - lambda (cdimascio) - Inspired by the robbyrussell [lambda](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/lambda.zsh-theme) theme. Includes `git` status decorations. (Themes / Zinit (née zplugin))
README
# λ lambda-zsh-theme
lambda-zsh-theme is a beautiful zsh theme inspired by the the oh-my-zsh [lambda](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/lambda.zsh-theme) theme.

## Install
Clone this repo, then...
1. Copy `cdimascio-lambda.zsh-theme` to the themes directory
```shell
cp cdimascio-lambda.zsh-theme $ZSH_CUSTOM/themes
# or alternatively
# cp cdimascio-lambda.zsh-theme ~/.oh-my-zsh/themes
```
2. Set cdimascio-lambda as your default theme
Open `~/.zshrc` in your favorite editor
Set the line that starts with `ZSH_THEME` to `ZSH_THEME=cdimascio-lambda`
3. Restart the terminal or source `/.zshrc`
```shell
source ~/.zshrc
```
## License
[MIT](LICENSE)
