/hex-zsh

A nice looking zsh-theme

Primary LanguageShellGNU General Public License v3.0GPL-3.0

hex-zsh

This is a zsh theme heavily based on bira, and gruvbox-zsh, which in turn is based on agnoster.

hex-zsh The terminal pictured above is kitty, and also uses gruvbox and JetBrainsMono Nerd Font.

Installation

  1. Install oh-my-zsh.
  2. Download and install a Nerd Font.
  3. Download hex.zsh-theme and put it in ~/.oh-my-zsh/custom/themes/.
curl -L https://raw.githubusercontent.com/hectorBrown/hex-zsh/master/hex.zsh-theme > ~/.oh-my-zsh/custom/themes/hex.zsh-theme
  1. Enable the theme, add the following to your ~/.zshrc or ~/.oh-my-zsh/custom/custom.zsh file
ZSH_THEME="hex"