-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcheat_conf.yml
More file actions
31 lines (23 loc) · 769 Bytes
/
cheat_conf.yml
File metadata and controls
31 lines (23 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
# The editor to use with 'cheat -e <sheet>'. Defaults to $EDITOR or $VISUAL.
editor: micro
# Should 'cheat' always colorize output?
colorize: true
# Which 'chroma' colorscheme should be applied to the output?
# Options are available here:
# https://github.com/alecthomas/chroma/tree/master/styles
style: github
# Which 'chroma' "formatter" should be applied?
# One of: "terminal", "terminal256", "terminal16m"
formatter: terminal16m
# Through which pager should output be piped? (Unset this key for no pager.)
pager: less -RF
cheatpaths:
- name: papamica
path: ~/.config/cheat/cheatsheets/papamica
tags: [ papamica ]
readonly: false
- name: personal
path: ~/.config/cheat/cheatsheets/personal
tags: [ personal ]
readonly: false