https://github.com/hoffi/zsh-theme-lambda
Simple Theme for ZSH that can be used with antigen
https://github.com/hoffi/zsh-theme-lambda
Last synced: 2 months ago
JSON representation
Simple Theme for ZSH that can be used with antigen
- Host: GitHub
- URL: https://github.com/hoffi/zsh-theme-lambda
- Owner: hoffi
- License: unlicense
- Created: 2015-11-04T20:01:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T21:08:04.000Z (over 10 years ago)
- Last Synced: 2025-03-23T05:26:08.884Z (about 1 year ago)
- Language: Shell
- Size: 238 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZSH-Theme Lambda λ
A zsh theme that does not overload your terminal.
## Features
* Current path
* Current git informations
* Displays SSH-Session (prefixes `(ssh) @:` to the path)
* Colorizes the Lambda Sign according to the last return status
## Screenshot

Font used in Screenshot: [Hack](https://github.com/chrissimpkins/Hack)
Color Scheme of iTerm in Screenshot: [Pencil for iTerm](https://github.com/mattly/iterm-colors-pencil)
## Installation
### [antigen](https://github.com/zsh-users/antigen)
Add this line to your `.zshrc`: **(Do not use `antigen theme`!)**
```sh
antigen bundle hoffi/zsh-theme-lambda
```
### Manual
* Add this repo as a submodule or just download `zsh-theme-lambda.plugin.zsh`
* Source it in your `.zshrc`:
```sh
source "/zsh-theme-lambda.plugin.zsh"
```
## Git info symbols
* Unresolved merge conflict: °
* Modified, copied or renamed file: !
* Added file: +
* Deleted file: -
* Untracked file: *
* Unpushed commits: ⬈