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
- Host: GitHub
- URL: https://github.com/xylous/hydrogen
- Owner: xylous
- License: mit
- Created: 2021-09-26T17:39:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T17:54:34.000Z (over 3 years ago)
- Last Synced: 2025-01-17T10:09:10.424Z (4 months ago)
- Topics: zsh, zsh-configuration, zsh-prompt, zsh-theme, zsh-themes
- Language: Shell
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hydrogen
hydrogen is a simple multiline zsh theme. It shows username, hostname, current
directory and `git` status.
## 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.