Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.24 KB

Chartreuse zsh theme.

A green theme for zsh.

Screenshot

Requirements:

Install using git:

Clone the repo, then create a symbolik link to oh-my-zsh's theme folder:

$ git clone https://github.com/sergiokopplin/chartreuse.git ~/chartreuse
$ ln -s ~/chartreuse/chartreuse.zsh-theme ~/.oh-my-zsh/themes/chartreuse.zsh-theme

Install manually:

Download using the GitHub .zip download option and unzip them. Move chartreuse.zsh-theme file to oh-my-zsh's theme folder: ~/oh-my-zsh/themes/chartreuse.zsh-theme.

Activating:

Go to your ~/.zshrc file and set ZSH_THEME="chartreuse".

iTerm 2 theme:

Update your iTerm theme with this fork


Inspiration:

Colors from Dracula and zsh config from Bullet Train.


MIT License © Sérgio Kopplin