Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 422 Bytes

Aplos

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

aplos-screenshot 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"