Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/seamile/mu-zsh-theme
- Owner: seamile
- License: mit
- Created: 2020-12-16T03:27:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T03:47:16.000Z (7 months ago)
- Last Synced: 2024-08-02T07:10:35.783Z (6 months ago)
- Topics: oh-my-zsh, oh-my-zsh-theme, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 588 KB
- Stars: 3
- Watchers: 2
- 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
![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)