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
- Host: GitHub
- URL: https://github.com/kusamaxi/chaos-zsh
- Owner: kusamaxi
- License: other
- Created: 2023-07-31T02:43:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T12:11:33.000Z (over 2 years ago)
- Last Synced: 2024-04-16T17:24:43.699Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-zsh-plugins - chaos - Inspired by dogenpunk and smt themes, optimized for `git` users and Python developers. Includes decorators for `git` status, python virtual environment, background jobs, error status of last command, user@hostname and current directory. Requires a font with emoji. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - chaos - Inspired by dogenpunk and smt themes, optimized for `git` users and Python developers. Includes decorators for `git` status, python virtual environment, background jobs, error status of last command, user@hostname and current directory. Requires a font with emoji. (Themes / ZSH on Windows)
README
# Chaos-Zsh

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)"
```