Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seamile/mu-zsh-theme

🎨 This is an oh-my-zsh theme.
https://github.com/seamile/mu-zsh-theme

oh-my-zsh oh-my-zsh-theme zsh zsh-theme

Last synced: 3 months ago
JSON representation

🎨 This is an oh-my-zsh theme.

Awesome Lists containing this project

README

        

# Mu Theme

This is an [oh-my-zsh](https://ohmyz.sh/) theme. And inspired by [lambda mod theme](https://github.com/halfo/lambda-mod-zsh-theme).

This theme improves the display of multiple Git statuses.

## Summary

![summary](img/all.png)

## Depends

- zsh
- git
- [oh-my-zsh](https://ohmyz.sh/#install)
- [powerline-fonts](https://github.com/powerline/fonts)

## Install

1. Download the theme

```shell
wget https://raw.githubusercontent.com/seamile/mu/master/mu.zsh-theme -P $ZSH_CUSTOM/themes
```

2. Set the theme

use the `omz` command: `omz theme set mu`

or

Open `~/.zshrc` with an editor and manually modify the value of `ZSH_THEME` to `ZSH_THEME="mu"`

## Preview

#### Shell error status

![err](img/error.png)

#### Clean

![clean](img/clean.png)

#### Added

![added](img/added.png)

#### Ahead

![ahead](img/ahead.png)

#### Behind

![behind](img/behind.png)

#### Deleted

![deleted](img/deleted.png)

#### Modified

![modified](img/modified.png)

#### Renamed

![renamed](img/renamed.png)

#### Stashed

![stashed](img/stashed.png)

#### Unmerged

![unmerged](img/unmerged.png)

#### Untracked

![untracked](img/untracked.png)