Ecosyste.ms: Awesome

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

https://github.com/daotoyi/dyzsh-zsh-theme

Customize ZSH theme.
https://github.com/daotoyi/dyzsh-zsh-theme

Last synced: about 1 month ago
JSON representation

Customize ZSH theme.

Lists

README

        

# dyzsh theme

Based on astro theme.

## Screenshots

![example](https://raw.githubusercontent.com/daotoyi/picsbed/main//img/202205032138494.png)

## Instuctions

- 1. When an error is executed.
- 2. Prompt turns red.
- 3. Show ✗ when working tree not clean.
- 4. Show ● when working tree clean(after commit).
- 5. Show different username.

## Install

### zsh
```bash
apt install zsh
dnf install zsh
pacman -S zsh

chsh -s /bin/zsh
# /etc/passwd: modify /bin/zsh
```
### oh-my-zsh
```bash
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
### Clone
```bash
git clone https://github.com/daotoyi/dyzsh-zsh-theme.git
```

### Config
- Locate the position

```bash
cp dyzsh-zsh-theme/dyzsh.zsh-theme ~/.oh-my-zsh/themes
```

- Set the theme variable

Change the variable `ZSH_THEME=dyzsh` in `~/.zshrc`.

- Reload configuration

```bash
source ~/.zshrc
```