Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mrobillard/matter-zsh-theme

Clean ZSH theme with Git support
https://github.com/mrobillard/matter-zsh-theme

Last synced: about 2 months ago
JSON representation

Clean ZSH theme with Git support

Lists

README

        

Clean ZSH theme with Git support

* Current working directory
* Hostname (Shown on remote SSH shell only)
* AWS Vault Role
* Background jobs
* Exit code of last command
* Git branch/status

## Installation

If you are using Oh My ZSH, follow the instructions below:

```
wget -O $ZSH_CUSTOM/themes/common.zsh-theme https://raw.githubusercontent.com/mrobillard/matter-zsh-theme/master/matter.zsh-theme
```

Update your `.zshrc` file:

```
ZSH_THEME="matter"
```