https://github.com/satanas/hostyle-theme
My theme for bash-it and oh-my-zsh.
https://github.com/satanas/hostyle-theme
bash bashit ohmyzsh zsh
Last synced: 3 months ago
JSON representation
My theme for bash-it and oh-my-zsh.
- Host: GitHub
- URL: https://github.com/satanas/hostyle-theme
- Owner: satanas
- Created: 2013-02-18T12:07:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T03:32:48.000Z (about 5 years ago)
- Last Synced: 2023-04-12T11:03:17.176Z (about 3 years ago)
- Topics: bash, bashit, ohmyzsh, zsh
- Language: Shell
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hostyle Theme For Your Shell
==
This is my personal theme for [bash-it](https://github.com/revans/bash-it) and [oh-my-zsh](https://ohmyz.sh/). It's a mixture of simplicity and functionality.

For a git folder it looks like:
```
[user@host current_directory ± git_branch git_sha ✗]$
```
For a non-git folder it looks like:
```
[user@host current_directory]$
```
The git information only appears when you are in a git folder. Follow the instructiones below to install it.
Installation for Bash-It
===
```
git clone git://github.com/satanas/hostyle-theme.git ~/hostyle-theme
ln -s ~/hostyle-theme/bash-it/hostyle ~/.bash_it/themes/
```
Edit your `~/.bashrc` to include:
```
BASH_IT_THEME="hostyle"
```
Then, reload your shell:
```
source ~/.bashrc
```
Installation for Oh-My-Zsh
===
```
git clone git://github.com/satanas/hostyle-theme.git ~/hostyle-theme
ln -s ~/hostyle-theme/oh-my-zsh/hostyle.zsh-theme ~/.oh-my-zsh/themes/
```
Edit your `~/.zshrc` to include:
```
ZSH_THEME="hostyle"
```
Then, reload your shell:
```
source ~/.zshrc
```
Suggestions are welcome