Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T02:31:06.000Z (over 4 years ago)
- Last Synced: 2024-11-01T23:42:10.524Z (3 months ago)
- Topics: lambda, zsh, zsh-theme
- Homepage:
- Size: 105 KB
- Stars: 65
- Watchers: 3
- 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.
![](https://github.com/cdimascio/lambda-zsh-theme/blob/master/assets/example.png?raw=true)
## 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)