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
- Host: GitHub
- URL: https://github.com/jimschubert/goesbyjim-terminal
- Owner: jimschubert
- Created: 2024-02-25T23:12:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T03:46:20.000Z (6 months ago)
- Last Synced: 2026-02-12T13:37:16.294Z (6 months ago)
- Language: Shell
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

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

## 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
```