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

https://github.com/xylous/hydrogen

A simple, multi-line zsh theme
https://github.com/xylous/hydrogen

zsh zsh-configuration zsh-prompt zsh-theme zsh-themes

Last synced: 2 months ago
JSON representation

A simple, multi-line zsh theme

Awesome Lists containing this project

README

        

# hydrogen

hydrogen is a simple multiline zsh theme. It shows username, hostname, current
directory and `git` status.

![](./screenshot.png)

## Getting started

### Requirements

- requires [gitstatus, by xylous](https://github.com/xylous/gitstatus)

### Installation

#### With a plugin manager

You can use a plugin manager, such as zpm:

```
zpm load xylous/hydrogen
```

#### Manual

Or you can clone this repository locally and source with zsh:

```
git clone "https://github.com/xylous/hydrogen.git" hydrogen
```

and in .zshrc:
```zsh
source path/to/installation/hydrogen.zsh-theme
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.

Please make sure to update tests as appropriate.