Skip to content

xylous/hydrogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.