Awesome
Colorize
Zsh plugin that add color configs for various apps. It improves the output of gcc
, grep
and some coreutils apps
How to install
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
zpm
Add the following to your .zshrc file somewhere after you source zpm.
zpm load zpm-zsh/colorize
oh-my-zsh
- 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
antigen
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.
zinit
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.
zplug
Add the following to your .zshrc file somewhere after you source zplug.
zplug "zpm-zsh/colorize"