Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 572 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 572 Bytes

M

M is for Minimalism - A simple theme for zsh

Features

  • Shows working dir
  • Shows $ for user prompt and # for root prompt
  • Shows git status
    • Current branch
    • Ahead/Behind state
    • Working copy state (staged/unstaged/clean/unmerged/stashed)

screenshot

Requirements

Installation

Create a symlink to the theme file:

$ ln -s path/to/m.zsh-theme ~/.oh-my-zsh/themes

And change your chosen theme in your .zshrc file:

ZSH_THEME="m"