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

https://github.com/jimschubert/goesbyjim-terminal

A theme for oh-my-zsh
https://github.com/jimschubert/goesbyjim-terminal

Last synced: 6 days ago
JSON representation

A theme for oh-my-zsh

Awesome Lists containing this project

README

          

# goesbyjim-terminal

This is a simple theme for oh-my-zsh, loosely based on the mira theme.

## goesbyjim.zsh-theme

The theme supports git prompt and red x for failed command and dirty workspace.

![](./img/goesbyjim.zsh-theme.png)

The theme also lists the nvm or jenv versions if not `system`.

![](./img/nvm-jenv-variation.png)

## Installation

Download:

```shell
git clone --quiet https://github.com/jimschubert/goesbyjim-terminal ~/.oh-my-zsh/custom/themes/goesbyjim
```

Set the theme:
```shell
omz theme set goesbyjim/goesbyjim
```

Reload:

```shell
omz reload
```