ASCIIGit theme

Carlos Eduardo Moreira dos Santos 2017-06-04 20:13:38 -03:00
parent f96f84e4c3
commit fc50dbb358

@ -555,4 +555,24 @@ Author: [@w33tmaricich](http://w33tmaricich.com)
![iGeek](https://camo.githubusercontent.com/db9d61987431bc10c3b410e6b3bcf103240fd866/687474703a2f2f692e696d6775722e636f6d2f614154384242432e706e67) ![iGeek](https://camo.githubusercontent.com/db9d61987431bc10c3b410e6b3bcf103240fd866/687474703a2f2f692e696d6775722e636f6d2f614154384242432e706e67)
See [repository](https://github.com/Saleh7/igeek-zsh-theme) for source. See [repository](https://github.com/Saleh7/igeek-zsh-theme) for source.
#### ASCIIGit
ASCII-only ZSH prompt theme (using oh-my-zsh) for git users who are not fan of fancy glyphs.
<img src="https://github.com/cemsbr/asciigit/blob/screenshot/screenshot.png?raw=true" width="606" height="468" alt="screenshot">
Features:
- Works well in terminal or console. No need to change your font!
- Git info:
- Remote url, e.g. github.com/cemsbr/asciigit;
- Relative path from git root dir;
- Branch name;
- Status (diverged, added, untracked, etc...).
- Colors known to work well with solarized light (probably with other schemes, too).
See [repository](https://github.com/cemsbr/asciigit) for source and readme.
Author: [@cemsbr](https://github.com/cemsbr)