https://github.com/ivyhjk/ohmyzsh-theme-ivy
ZSH Theme
https://github.com/ivyhjk/ohmyzsh-theme-ivy
theme zsh zsh-theme
Last synced: 8 months ago
JSON representation
ZSH Theme
- Host: GitHub
- URL: https://github.com/ivyhjk/ohmyzsh-theme-ivy
- Owner: ivyhjk
- License: mit
- Created: 2021-12-29T20:13:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T18:42:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T06:23:25.132Z (10 months ago)
- Topics: theme, zsh, zsh-theme
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - ivy - Works well on dark backgrounds. Includes user@host, `git` status and time decorators. Based on the [obraun](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#obraun) theme. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - ivy - Works well on dark backgrounds. Includes user@host, `git` status and time decorators. Based on the <b><code> ?⭐</code></b> <b><code> ?🍴</code></b> [obraun](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#obraun)) theme. (Themes / ZSH on Windows)
README
# Ivy ZSH Theme
Custom theme based on [obraun theme](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#obraun)

## Install
Download the theme:
```sh
wget -O ~/.oh-my-zsh/themes/ivy.zsh-theme https://raw.githubusercontent.com/ivyhjk/ohmyzsh-theme-ivy/master/ivy.zsh-theme
```
Set the new theme into to your configuration file (`~/.zshrc`)
```sh
ZSH_THEME="ivy"
```
Refresh your configuration:
```sh
source ~/.zshrc
```