Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1019 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 1019 Bytes

solarized-man

A modified version of oh-my-zsh's plugin colored-man-pages, optimized for solarized dark theme in terminal.

Screenshots

Installation

For oh-my-zsh users

First, clone this repository into your oh-my-zsh custom plugins directory.

mkdir -p ~/.oh-my-zsh/custom/plugins
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/zlsun/solarized-man.git

Then, configure the plugin in your ~/.zshrc file:

plugins+=(solarized-man)

For Antigen users

Add the following line to your ~/.zshrc.

antigen bundle zlsun/solarized-man

For zgen users

Add the following line to your ~/.zshrc.

zgen load zlsun/solarized-man

License

MIT License