Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/igor9silva/igorsilva-zsh-theme
- Owner: igor9silva
- License: other
- Created: 2016-03-25T16:11:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T19:51:19.000Z (5 months ago)
- Last Synced: 2024-12-24T06:08:24.630Z (26 days ago)
- Language: Shell
- Size: 824 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - igorsilva (⭐11) - Shows current directory, customizable delimiter, current branch, and `git` status decorators. (Recently Updated / [Aug 30, 2024](/content/2024/08/30/README.md))
README
# Minimalist Theme for ZSH
Minimalist theme for oh-my-zsh.
## 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.