Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avil13/avil-zsh-theme
My favorite theme for zsh
https://github.com/avil13/avil-zsh-theme
oh-my-zsh oh-my-zsh-theme zsh-theme zsh-user
Last synced: 19 days ago
JSON representation
My favorite theme for zsh
- Host: GitHub
- URL: https://github.com/avil13/avil-zsh-theme
- Owner: avil13
- License: mit
- Created: 2020-09-30T12:12:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T10:06:48.000Z (3 months ago)
- Last Synced: 2024-10-11T17:18:09.400Z (about 1 month ago)
- Topics: oh-my-zsh, oh-my-zsh-theme, zsh-theme, zsh-user
- Language: Shell
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AVIL - zsh theme
---
The fastest and most informative zsh theme
---
This is a zsh-theme that is convenient for a developer.
To make it easier to remember which folder you are working in and not to make a mistake.
## Better git repository status.
![avil-zsh-theme-demo](./assets/konsole.avif)
# Installation
## If you're not a zsh user
- install zsh on you system
- make zsh as default sh
- `chsh -s $(which zsh)`
- install **oh-my-zsh**
- `sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"`
- You're a zsh user now.## If you are a zsh user
Clone
```sh
git clone https://github.com/avil13/avil-zsh-theme.git ~/.oh-my-zsh/themes/avil
```Setup
```sh
# .zshrc
ZSH_THEME="avil/avil"
```Enjoy =)