Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 642 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 642 Bytes

Page Zsh Theme

Page is a simple zsh theme with VCS support. The prompt shows 1 level of the current working directory, branch, and a color coded curved fat arrow.

The arrow color indicates version control status.

  • No color indicates not in version controlled environment
  • Blue indicates clean
  • Yellow indicates dirty

screenshot-hyper-ayu

oh-my-zsh

Installation

Run the install script:

source install.sh

Usage

In .zshrc, change the ZSH_THEME to "page":

ZSH_THEME="page"

Contribution

This is my personal zsh theme I maintain for myself. Feel free to fork!