Ecosyste.ms: Awesome

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

https://github.com/mongjong59/aplos

A minimal ZSH prompt with working directory, Git local info, Git remote info, time and exit code.
https://github.com/mongjong59/aplos

Last synced: about 2 months ago
JSON representation

A minimal ZSH prompt with working directory, Git local info, Git remote info, time and exit code.

Lists

README

        

# Aplos
A minimal Oh My ZSH prompt with working directory, Git local info, Git remote info, time and exit code.

![aplos-screenshot](https://raw.githubusercontent.com/nostophilia/aplos/master/screenshot.png)
*iTerm theme: Seti, Font: Operator Mono*

### Get Started:
`ln -s your-path/aplos.zsh-theme ~/oh-my-zsh/themes` or `mv your-path/aplos.zsh-theme ~/oh-my-zsh/themes`
```
# .zshrc
plugins=(git)
ZSH_THEME="aplos"
```