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: about 1 month ago
JSON representation
🎨 This is an oh-my-zsh theme.
- Host: GitHub
- URL: https://github.com/seamile/mu-zsh-theme
- Owner: seamile
- License: mit
- Created: 2020-12-16T03:27:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T03:47:16.000Z (11 months ago)
- Last Synced: 2025-03-27T04:22:21.890Z (about 2 months ago)
- Topics: oh-my-zsh, oh-my-zsh-theme, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 588 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - mu (⭐3) - Improves display of multiple `git` statuses. Inspired by [lambda mod theme (⭐464)](https://github.com/halfo/lambda-mod-zsh-theme). Requires a powerline-compatible font. (Recently Updated / [Jul 15, 2024](/content/2024/07/15/README.md))
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

## 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

#### Clean

#### Added

#### Ahead

#### Behind

#### Deleted

#### Modified

#### Renamed

#### Stashed

#### Unmerged

#### Untracked
