mirror of
https://github.com/cheat/cheat.git
synced 2024-10-31 21:21:02 +01:00
18 lines
280 B
YAML
18 lines
280 B
YAML
|
---
|
||
|
editor: vim
|
||
|
|
||
|
colorize: true
|
||
|
|
||
|
cheatpaths:
|
||
|
- path: ~/.dotfiles/cheat/community
|
||
|
tags: [ community ]
|
||
|
readonly: true
|
||
|
|
||
|
- path: ~/.dotfiles/cheat/work
|
||
|
tags: [ work ]
|
||
|
readonly: false
|
||
|
|
||
|
- path: ~/.dotfiles/cheat/personal
|
||
|
tags: [ personal ]
|
||
|
readonly: false
|