Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ivyhjk/ohmyzsh-theme-ivy
- Owner: ivyhjk
- License: mit
- Created: 2021-12-29T20:13:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T18:42:59.000Z (about 3 years ago)
- Last Synced: 2024-11-20T05:57:14.248Z (2 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
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
```