Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivyhjk/ohmyzsh-theme-ivy

ZSH Theme
https://github.com/ivyhjk/ohmyzsh-theme-ivy

theme zsh zsh-theme

Last synced: 10 days ago
JSON representation

ZSH Theme

Awesome Lists containing this project

README

        

# Ivy ZSH Theme

Custom theme based on [obraun theme](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#obraun)

![Ivy ZSH Theme preview](preview.png?raw=true "preview")

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