Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorfsf/guri
A simple and fast Oh-My-Zsh theme
https://github.com/victorfsf/guri
guri oh-my-zsh oh-my-zsh-theme prompt shell-prompt shell-theme terminal zsh zsh-theme
Last synced: 20 days ago
JSON representation
A simple and fast Oh-My-Zsh theme
- Host: GitHub
- URL: https://github.com/victorfsf/guri
- Owner: victorfsf
- License: mit
- Created: 2017-11-09T18:49:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T15:09:56.000Z (about 6 years ago)
- Last Synced: 2024-12-21T16:25:10.267Z (about 1 month ago)
- Topics: guri, oh-my-zsh, oh-my-zsh-theme, prompt, shell-prompt, shell-theme, terminal, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 274 KB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guri
A Simple and fast Oh-My-Zsh theme, based on [Pure](https://github.com/sindresorhus/pure)'s design.
![Guri Screenshot](https://github.com/victorfsf/guri/raw/master/screenshot.png)
## Installing
#### This theme requires [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh) with Zsh version 5.1.1 or higher.
Download the file and save it to `$ZSH_CUSTOM/themes/` (by default `~/.oh-my-zsh/custom/themes/`):
```
curl -o $ZSH_CUSTOM/themes/guri.zsh-theme https://raw.githubusercontent.com/victorfsf/guri/master/guri.zsh-theme
```Then, update the `ZSH_THEME` variable in your `~/.zshrc`:
```
ZSH_THEME="guri"
```And reload your shell:
```
. ~/.zshrc
```## Font & Colors
To get the same font and colors used on the screenshot, use the configurations described bellow.
*PS: This theme also looks pretty good with the [Nord](https://github.com/arcticicestudio/nord) palette!*
#### Font:
Install the [Fira Mono for Powerline](https://github.com/powerline/fonts/) and set it with `style: Medium`.
#### Colors:
Download the [ZSH Syntax Highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) plugin for... Syntax highlighting your shell.
###### Background: #282a36 ![#282a36](https://placehold.it/15/282a36/000000?text=+)
###### Foreground: #eff0eb ![#eff0eb](https://placehold.it/15/eff0eb/000000?text=+)
###### Black: #282a36 ![#282a36](https://placehold.it/15/282a36/000000?text=+)
###### Red: #ff5c57 ![#ff5c57](https://placehold.it/15/ff5c57/000000?text=+)
###### Green: #5af78e ![#5af78e](https://placehold.it/15/5af78e/000000?text=+)
###### Yellow: #f3f99d ![#f3f99d](https://placehold.it/15/f3f99d/000000?text=+)
###### Blue: #57c7ff ![#57c7ff](https://placehold.it/15/57c7ff/000000?text=+)
###### Magenta: #ff6ac1 ![#ff6ac1](https://placehold.it/15/ff6ac1/000000?text=+)
###### Cyan: #9aedfe ![#9aedfe](https://placehold.it/15/9aedfe/000000?text=+)
###### White: #f1f1f0 ![#f1f1f0](https://placehold.it/15/f1f1f0/000000?text=+)
###### Dark Gray: #686868 ![#686868](https://placehold.it/15/686868/000000?text=+)
###### Dark Red: #ff5c57 ![#ff5c57](https://placehold.it/15/ff5c57/000000?text=+)
###### Dark Green: #5af78e ![#5af78e](https://placehold.it/15/5af78e/000000?text=+)
###### Dark Yellow: #f3f99d ![#f3f99d](https://placehold.it/15/f3f99d/000000?text=+)
###### Dark Blue: #57c7ff ![#57c7ff](https://placehold.it/15/57c7ff/000000?text=+)
###### Dark Magenta: #ff6ac1 ![#ff6ac1](https://placehold.it/15/ff6ac1/000000?text=+)
###### Dark Cyan: #9aedfe ![#9aedfe](https://placehold.it/15/9aedfe/000000?text=+)
###### Light Gray: #eff0eb ![#eff0eb](https://placehold.it/15/eff0eb/000000?text=+)