Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igor9silva/igorsilva-zsh-theme

Minimalist theme for oh-my-zsh.
https://github.com/igor9silva/igorsilva-zsh-theme

Last synced: 25 days ago
JSON representation

Minimalist theme for oh-my-zsh.

Awesome Lists containing this project

README

        

# Minimalist Theme for ZSH


Minimalist theme for oh-my-zsh.



demo

## Requirements

This theme is intended to be used with [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) (which depends on [ZSH](http://www.zsh.org)).

## 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
```bash
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
```bash
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

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](https://github.com/igor9silva/JLMK-License), which means you can do whatever you want with the code, **J**ust **L**et **M**e **K**now.

For the full license check out the `LICENSE` file.