Zsh plugin that add color configs for various apps. It improves the output of gcc
, grep
and some coreutils apps
This plugin depends on zsh-colors
If you don't use zpm, install it manually and activate it before this plugin. If you use zpm you don’t need to do anything
Add the following to your .zshrc file somewhere after you source zpm.
zpm load zpm-zsh/colorize
- Download the script or clone this repository in oh-my-zsh plugins directory:
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/zpm-zsh/colorize.git
- Activate the plugin in
~/.zshrc
:
plugins=( [plugins...] colorize [plugins...])
- Restart shell
Add antigen bundle zpm-zsh/colorize
to your .zshrc where you're adding your other plugins. Antigen will clone the plugin for you and add it to your antigen setup the next time you start a new shell.
Add zinit load zdharma-continuum/colorize
to your .zshrc, and Zinit will automatically handle cloning the plugin for you the next time you start zsh.
Add the following to your .zshrc file somewhere after you source zplug.
zplug "zpm-zsh/colorize"