cheat/mocks/conf/conf.yml
Chris Lane e5114a3e76 Re-wrote from scratch in Golang
- Re-implemented the project in Golang, and deprecated Python entirely
- Implemented several new, long-requested features
- Refactored cheatsheets into a separate repository
2019-10-20 10:02:28 -04:00

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