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

https://github.com/kusamaxi/chaos-zsh

chaos.zsh-theme for oh-my-zsh including install script for both
https://github.com/kusamaxi/chaos-zsh

Last synced: 3 days ago
JSON representation

chaos.zsh-theme for oh-my-zsh including install script for both

Awesome Lists containing this project

README

          

# Chaos-Zsh
![image](https://github.com/kusamaxi/chaos-zsh/assets/15621959/5bb3c41c-4f82-4828-a395-cb04b9ff5bda)

Chaos-Zsh is a theme for Oh-My-Zsh shell, inspired by `dogenpunk` and `smt` themes,
optimized for Git users and Python developers. This theme includes features
such as detailed Git status, Python virtual environment indicator, enhanced
error indication and background jobs indicator.

## Features

- Detailed Git status && time since last commit
- Python virtual environment indicator
- Enhanced error indication
- Background jobs indicator

## Installation

Here is the installation guide for Chaos-Zsh.

### Prerequisites

- Unix-like operating system (macOS, Linux, WSL, etc.)
- `curl` or `wget` should be installed
- `git` should be installed

### Basic Installation

Chaos-Zsh is installed by running one of the following commands in your
terminal. You can install this via the command line with either `curl`, `wget`
or another similar tool.

#### via curl

```sh
sh -c "$(curl -fsSL https://raw.github.com/kusamaxi/chaos-zsh/master/tools/install.sh)"
```