Minimalist Theme for ZSH
Minimalist theme for oh-my-zsh.
     
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!
     
Contributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- 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.