/zsh-theme

Minimalist theme for oh-my-zsh.

OtherNOASSERTION

Minimalist Theme for ZSH

Minimalist theme for oh-my-zsh.

demo

Requirements

This theme is intended to be used with oh-my-zsh (which depends on ZSH).

What it shows

  • The current folder
  • A customizable delimiter
  • The current branch
  • The current branch state (shows * if has uncommited changes)

Installation

Donwload the theme

curl https://raw.githubusercontent.com/igor9silva/zsh-theme/master/igorsilva.zsh-theme > ~/.oh-my-zsh/themes/igorsilva.zsh-theme 

Then add (or edit) this line as following in you ~/.zshrc file

ZSH_THEME="igorsilva"

Open a new terminal window/tab and enjoy being minimal 😙

You can optionally customize the delimiter, just edit ~/.oh-my-zsh/themes/igorsilva.zsh-theme and override LCHAR. Even emojis are supported!

demo

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 😁

Licensing

This project is under the JLMK License, which means you can do whatever you want with the code, Just Let Me Know.

For the full license check out the LICENSE file.