https://github.com/zlsun/solarized-man
A modified version of oh-my-zsh's plugin colored-man-pages, optimized for solarized dark theme in terminal
https://github.com/zlsun/solarized-man
Last synced: 5 months ago
JSON representation
A modified version of oh-my-zsh's plugin colored-man-pages, optimized for solarized dark theme in terminal
- Host: GitHub
- URL: https://github.com/zlsun/solarized-man
- Owner: zlsun
- License: mit
- Created: 2015-06-29T14:58:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T03:22:24.000Z (over 6 years ago)
- Last Synced: 2025-04-03T23:32:42.745Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 27
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - solarized-man - A modified version of [Oh-My-ZSH](https://ohmyz.sh/)'s plugin colored-man-pages, optimized for the [solarized dark](https://github.com/altercation/solarized/blob/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors) theme in the terminal. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - solarized-man - A modified version of 🌎 [Oh-My-ZSH](ohmyz.sh/)'s plugin colored-man-pages, optimized for the <b><code> 15939⭐</code></b> <b><code> 3489🍴</code></b> [solarized dark](https://github.com/altercation/solarized/blob/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors)) theme in the terminal. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - solarized-man - A modified version of oh-my-zsh's plugin colored-man-pages, optimized for the [solarized dark](https://github.com/altercation/solarized/blob/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors) theme in the terminal. (Plugins / Zinit (née zplugin))
README
# solarized-man
A modified version of oh-my-zsh's plugin [colored-man-pages](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/colored-man-pages), optimized for solarized dark theme in terminal.
## Screenshots

## Installation
### For [oh-my-zsh](http://ohmyz.sh/) users
First, clone this repository into your oh-my-zsh custom plugins directory.
```shell
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:
```shell
plugins+=(solarized-man)
```
### For [Antigen](https://github.com/zsh-users/antigen) users
Add the following line to your **~/.zshrc**.
```shell
antigen bundle zlsun/solarized-man
```
### For [zgen](https://github.com/tarjoilija/zgen) users
Add the following line to your **~/.zshrc**.
```shell
zgen load zlsun/solarized-man
```
## License
[MIT License](LICENSE)