An open API service indexing awesome lists of open source software.

https://github.com/yoannfleurydev/hc

highlight-cat repository
https://github.com/yoannfleurydev/hc

cat highlight plugin shell zsh

Last synced: 2 months ago
JSON representation

highlight-cat repository

Awesome Lists containing this project

README

        

# Highlight Cat

Small ZSH script to highlight source code using `cat` and `highlight`.

## Installation

1. Install the requirements :

```sh
sudo apt-get install zsh highlight
```

2. Then clone the repository and add the file to your .zshrc

* `cd && mkdir $HOME/.zsh -p`
* `git clone [email protected]:yoannfleurydev/hc.git $HOME/.zsh/hc`
* In your `.zshrc`, add `source $HOME/.zsh/hc/hc.zsh`

## Contributors

* [yoannfleurydev](https://github.com/yoannfleurydev)
* [Ydrasil](https://github.com/Ydrasil)