mirror of
https://github.com/cheat/cheat.git
synced 2024-10-31 21:21:02 +01:00
e5114a3e76
- Re-implemented the project in Golang, and deprecated Python entirely - Implemented several new, long-requested features - Refactored cheatsheets into a separate repository
16 lines
267 B
YAML
16 lines
267 B
YAML
---
|
|
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
|