Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavdmyt/simple-oh-my-zsh-theme
Minimalistic theme for https://github.com/robbyrussell/oh-my-zsh without git_prompt_info
https://github.com/pavdmyt/simple-oh-my-zsh-theme
minimalist oh-my-zsh-theme terminal theme zsh-configuration zsh-theme zshrc
Last synced: about 1 month ago
JSON representation
Minimalistic theme for https://github.com/robbyrussell/oh-my-zsh without git_prompt_info
- Host: GitHub
- URL: https://github.com/pavdmyt/simple-oh-my-zsh-theme
- Owner: pavdmyt
- License: mit
- Created: 2019-08-09T11:53:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T12:05:13.000Z (over 5 years ago)
- Last Synced: 2024-04-20T18:50:41.231Z (8 months ago)
- Topics: minimalist, oh-my-zsh-theme, terminal, theme, zsh-configuration, zsh-theme, zshrc
- Homepage:
- Size: 283 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Minimalistic oh-my-zsh theme
============================This is a theme for [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh).
Since version 3.3 iTerm supports a configurable statusbar, which is capable of
showing, among other things, the git repo status. So, there is no need to
display git status in the prompt anymore. This frees up a lot of space.So, I took basic
[robbyrussell](https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#robbyrussell)
theme, removed `git_prompt_info` field and added a clock into `$RPROMPT`.Here is how it looks:
![theme](https://raw.github.com/pavdmyt/simple-oh-my-zsh-theme/master/static/theme_in_nutshell.png)
## Installation
```bash
$ git clone https://github.com/pavdmyt/simple-oh-my-zsh-theme.git
$ cp simple-oh-my-zsh-theme/pavdmyt.zsh-theme ~/.oh-my-zsh/custom/themes/
# Edit ~/.zshrc to set "ZSH_THEME="pavdmyt"
$ exec $SHELL
```