https://github.com/astronomersiva/zsh-theme-maestro
maestro is a Z Shell theme that I developed to learn how theming works in general with shells.
https://github.com/astronomersiva/zsh-theme-maestro
Last synced: about 2 months ago
JSON representation
maestro is a Z Shell theme that I developed to learn how theming works in general with shells.
- Host: GitHub
- URL: https://github.com/astronomersiva/zsh-theme-maestro
- Owner: astronomersiva
- Created: 2018-06-06T16:06:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T09:44:34.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T20:49:05.608Z (3 months ago)
- Homepage:
- Size: 289 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zsh-theme-maestro
**maestro** is a Z Shell theme that I developed to learn how theming works in general with shells.
I intended to create something visually similar to the impressive [night owl theme](https://github.com/sdras/night-owl-vscode-theme) and with some of the best functionality that several themes provide but at the same time remain uncluttered.

It has the following features:
* The prompt character turns red when the previous command didn't run sucessfully(non-zero exit code).
* All directory paths are shown relative to the root.
* When in a Git repository, the path is shown relative to the project root.
* Displays the branch name when in a Git repository and indicates if it's dirty.
### License
MIT © [Sivasubramanyam A](https://sivasubramanyam.me)