An open API service indexing awesome lists of open source software.

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.

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.

![Hello](screenshots/sample.png)

It has the following features:

* The prompt character turns red when the previous command didn't run sucessfully(non-zero exit code).
![Hello](screenshots/invalid-command.png)

* 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.
![git repo](screenshots/git-repo.png)

### License

MIT © [Sivasubramanyam A](https://sivasubramanyam.me)