Ecosyste.ms: Awesome

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

https://github.com/razman786/ohmyzsh-theme-raz

My custom ZSH prompt made into an Oh My ZSH theme.
https://github.com/razman786/ohmyzsh-theme-raz

oh-my-zsh oh-my-zsh-theme

Last synced: about 1 month ago
JSON representation

My custom ZSH prompt made into an Oh My ZSH theme.

Lists

README

        

# Raz's ZSH Theme

![Raz's ZSH Theme CI][rzt-image]
[![ZSH][zsh-image]][zsh-url]
[![Oh-My-Zsh][omz-image]][omz-url]

My custom ZSH prompt made into an [Oh My ZSH](https://github.com/ohmyzsh/ohmyzsh) theme.

Currently it shows:

* Username
* Hostname
* Date
* Time
* Git repo branch
* Git repo status icon
* Exit code
* Current path
* Number of files in current directory
* Size of files in current directory

## Screenshot

Screenshot

## Requirements

For the theme to work correctly you will need:

* [`zsh`](http://www.zsh.org/) (tested with v5.8)
* [Oh My ZSH](https://github.com/ohmyzsh/ohmyzsh) a zsh-framework

## Installing

Clone the theme repo:

```zsh
git clone https://github.com/razman786/ohmyzsh-theme-raz.git
```

Copy the theme to the correct location:

```zsh
cp ohmyzsh-theme-raz/raz+.zsh-theme $ZSH_CUSTOM/themes
```

Then select the theme in your `.zshrc` file with:

```zsh
ZSH_THEME="raz+"
```

Activate the theme with:
```zsh
source ~/.zshrc
```
## License

MIT © Raz

[rzt-image]: https://github.com/razman786/ohmyzsh-theme-raz/actions/workflows/installation.yml/badge.svg

[zsh-url]: http://zsh.org/
[zsh-image]: https://img.shields.io/badge/zsh-%3E=v5.8-777777.svg?style=flat-square

[omz-url]: http://ohmyz.sh/
[omz-image]: https://img.shields.io/badge/dependency-oh--my--zsh-c5d928.svg?style=flat-square