Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 778 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 778 Bytes

hydrogen

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

Getting started

Requirements

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:

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.