Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 973 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 973 Bytes

simple-agnoster Theme for Oh-My-Zsh

This is a theme for Oh-My-Zsh.

Features

  • It uses Powerline font but it's not using Powerline library.
  • It displays current sub-directory, not the full path.
  • It displays current git branch, and status.
  • It displays status of the last command execution.

screnshot

Installation

To install this theme, clone this repository into your Oh-My-Zsh custom/themes directory.

$ cd ~/.oh-my-zsh/custom
$ mkdir themes              # if it doesn't already exist
$ cd themes
$ git clone https://github.com/iwat/simple-agnoster.zsh-theme

You then need to select this theme in your ~/.zshrc:

ZSH_THEME="simple-agnoster.zsh-theme/simple-agnoster"

Bugs / Contact

If you have any requests or bug reports, please use the tracker in this Github repository.