All Projects β†’ victorfsf β†’ guri

victorfsf / guri

Licence: MIT license
A simple and fast Oh-My-Zsh theme

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to guri

Spaceship Prompt
πŸš€β­ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+82784.21%)
Mutual labels:  oh-my-zsh, prompt, zsh-theme, shell-prompt, shell-theme
guezwhoz-zsh-theme
Minimalistic .zshrc config contains all of the settings required for comfortable terminal use ...
Stars: ✭ 30 (+57.89%)
Mutual labels:  oh-my-zsh, zsh-theme, oh-my-zsh-theme
Cloudy
Minimal cloudy ☁️ zsh theme
Stars: ✭ 28 (+47.37%)
Mutual labels:  oh-my-zsh, zsh-theme, oh-my-zsh-theme
Pure
Pretty, minimal and fast ZSH prompt
Stars: ✭ 10,891 (+57221.05%)
Mutual labels:  prompt, shell-prompt, shell-theme
apollo-zsh-theme
Heavily customizable, compatible, and fast ZSH theme framework.
Stars: ✭ 64 (+236.84%)
Mutual labels:  prompt, zsh-theme, shell-theme
Starship
β˜„πŸŒŒοΈ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+107815.79%)
Mutual labels:  oh-my-zsh, zsh-theme, shell-prompt
terminer
Upgrade your terminal experience with a single command.
Stars: ✭ 28 (+47.37%)
Mutual labels:  prompt, shell-prompt
purity
Oh-My-ZSH prompt inspired by robbyrussell theme + pure prompt
Stars: ✭ 14 (-26.32%)
Mutual labels:  oh-my-zsh, zsh-theme
spacezsh-prompt
Spacezsh: async prompt does things in the ZSH way
Stars: ✭ 15 (-21.05%)
Mutual labels:  zsh-theme, oh-my-zsh-theme
oh-my-fish
The Fish Shell Framework
Stars: ✭ 8,403 (+44126.32%)
Mutual labels:  oh-my-zsh, prompt
bliss-zsh
A delicate Zsh theme that injects color without overwhelming your workspace
Stars: ✭ 20 (+5.26%)
Mutual labels:  oh-my-zsh, oh-my-zsh-theme
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (+284.21%)
Mutual labels:  oh-my-zsh, zsh-theme
KayidmacOS
dotfiels & macOS setup πŸ‘¨πŸ»β€πŸ’»
Stars: ✭ 18 (-5.26%)
Mutual labels:  oh-my-zsh, oh-my-zsh-theme
zsh-aws-vault
oh-my-zsh plugin for aws-vault
Stars: ✭ 63 (+231.58%)
Mutual labels:  oh-my-zsh, prompt
Common
A simple, clean and minimal prompt.
Stars: ✭ 213 (+1021.05%)
Mutual labels:  prompt, zsh-theme
Agkozak Zsh Prompt
A fast, asynchronous ZSH prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
Stars: ✭ 182 (+857.89%)
Mutual labels:  prompt, zsh-theme
bureau
πŸ’»Β Informative and fast ZSH prompt with git status. Works well with HUGE repositories. Show username, hostname, path, git branch and status.
Stars: ✭ 27 (+42.11%)
Mutual labels:  prompt, zsh-theme
Awesome Zsh Plugins
A collection of ZSH frameworks, plugins, themes and tutorials.
Stars: ✭ 10,129 (+53210.53%)
Mutual labels:  oh-my-zsh, zsh-theme
rafiki-zsh
πŸ‘€πŸ‘» A zsh friend to watch over you.
Stars: ✭ 50 (+163.16%)
Mutual labels:  zsh-theme, oh-my-zsh-theme
Polyglot
Color, ASCII-only Git prompt for zsh, bash, ksh93, mksh, pdksh, dash, and busybox ash
Stars: ✭ 118 (+521.05%)
Mutual labels:  prompt, zsh-theme

Guri

A Simple and fast Oh-My-Zsh theme, based on Pure's design.

Guri Screenshot

Installing

This theme requires 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 palette!

Font:

Install the Fira Mono for Powerline and set it with style: Medium.

Colors:

Download the ZSH Syntax Highlighting plugin for... Syntax highlighting your shell.

Background: #282a36 #282a36
Foreground: #eff0eb #eff0eb
Black: #282a36 #282a36
Red: #ff5c57 #ff5c57
Green: #5af78e #5af78e
Yellow: #f3f99d #f3f99d
Blue: #57c7ff #57c7ff
Magenta: #ff6ac1 #ff6ac1
Cyan: #9aedfe #9aedfe
White: #f1f1f0 #f1f1f0
Dark Gray: #686868 #686868
Dark Red: #ff5c57 #ff5c57
Dark Green: #5af78e #5af78e
Dark Yellow: #f3f99d #f3f99d
Dark Blue: #57c7ff #57c7ff
Dark Magenta: #ff6ac1 #ff6ac1
Dark Cyan: #9aedfe #9aedfe
Light Gray: #eff0eb #eff0eb
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].