https://github.com/zlsun/avit-mod
A modified version of oh-my-zsh's theme avit
https://github.com/zlsun/avit-mod
Last synced: 4 months ago
JSON representation
A modified version of oh-my-zsh's theme avit
- Host: GitHub
- URL: https://github.com/zlsun/avit-mod
- Owner: zlsun
- License: mit
- Created: 2015-06-13T14:08:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T14:53:18.000Z (over 8 years ago)
- Last Synced: 2025-07-10T08:03:20.214Z (4 months ago)
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - avit-mod - Modified version of oh-my-zsh's [avit](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/avit.zsh-theme) theme. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - avit-mod - Modified version of oh-my-zsh's <b><code>182718⭐</code></b> <b><code> 26277🍴</code></b> [avit](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/avit.zsh-theme)) theme. (Themes / ZSH on Windows)
- awesome-zsh-plugins - avit-mod - Modified version of oh-my-zsh's [avit](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/avit.zsh-theme) theme. (Themes / Zinit (née zplugin))
README
# avit-mod
A modified version of oh-my-zsh's theme [avit](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/avit.zsh-theme).
## Screenshots
Git branch & status & last committed time

Virtualenv

Background jobs & Exit code

## Installation
### For [oh-my-zsh](http://ohmyz.sh/) users
First, download the [theme](https://raw.githubusercontent.com/zlsun/avit-mod/master/avit-mod.zsh-theme) into your oh-my-zsh custom theme directory.
```shell
mkdir -p ~/.oh-my-zsh/custom/themes
cd ~/.oh-my-zsh/custom/themes
wget https://raw.githubusercontent.com/zlsun/avit-mod/master/avit-mod.zsh-theme
```
Then, configure the theme in your **~/.zshrc** file:
```shell
ZSH_THEME="avit-mod"
```
### For [Antigen](https://github.com/zsh-users/antigen) users
Add the following line to your **~/.zshrc**.
```shell
antigen theme zlsun/avit-mod avit-mod
```
### For [zgen](https://github.com/tarjoilija/zgen) users
Add the following line to your **~/.zshrc**.
```shell
zgen load zlsun/avit-mod avit-mod
```
## License
[MIT License](LICENSE)