https://github.com/ureesoriano/zsh-ubuntu-with-vitamins-zim-theme
Zsh Zim theme mimicking default Ubuntu shell theme, but with vitamins 🥑🥝🍉🍊
https://github.com/ureesoriano/zsh-ubuntu-with-vitamins-zim-theme
Last synced: 9 months ago
JSON representation
Zsh Zim theme mimicking default Ubuntu shell theme, but with vitamins 🥑🥝🍉🍊
- Host: GitHub
- URL: https://github.com/ureesoriano/zsh-ubuntu-with-vitamins-zim-theme
- Owner: ureesoriano
- License: mit
- Created: 2020-03-21T22:47:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T20:47:54.000Z (over 5 years ago)
- Last Synced: 2025-01-14T14:13:55.555Z (10 months ago)
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - ubuntu-with-vitamins - Mimics the default Ubuntu prompt, but with `git` decorations. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - ubuntu-with-vitamins - Mimics the default Ubuntu prompt, but with `git` decorations. (Themes / ZSH on Windows)
README
Ubuntu with vitamins 🥑🥝🍉🍊
===============================
Zsh [Zim] theme mimicking default Ubuntu shell theme, but with vitamins.
![screenshot]
What does it show? (AKA: vitamins)
------------------
* Red username & prompt when **last command failed**.
* When in a **git** working tree:
* Green label with current git branch name, or commit short hash when in ['detached HEAD' state].
* Red `*` when there are **dirty** files.
* Red `%` when there are **untracked** files.
* Green `+` when there are **staged** files.
* `<` when **behind the remote**.
* `>` when **ahead of the remote**.
* `<>` when local & remote repositories have **diverged**.
Requirements
------------
Requires Zim's [git-info] module to show git information.
[screenshot]: https://raw.githubusercontent.com/ureesoriano/zsh-ubuntu-with-vitamins-zim-theme/master/content/ubuntu_with_vitamins.png
[Zim]: https://github.com/zimfw/zimfw
['detached HEAD' state]: http://gitfaq.org/articles/what-is-a-detached-head.html
[git-info]: https://github.com/zimfw/git-info