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: 5 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 (5 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
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)