Command line utility cheat
https://github.com/cheat/cheat is kind of a man
alternative.
brew install cheat
mkdir -p ~/.config/cheat && cheat --init > ~/.config/cheat/conf.yml
edit to following (a list of avail styles at https://github.com/alecthomas/chroma/tree/master/styles)
---
editor: sublime
colorize: true
style: solarized-dark
formatter: terminal256
cheatpaths:
- name: community
path: ~/.dotfiles/cheat/community
tags: [ community ]
readonly: true
mkdir -p ~/.dotfiles/cheat && cd ~/.dotfiles/cheat
git clone https://github.com/cheat/cheatsheets community
cheat -l
cheat docker