wip(installer): stub experimental "installer"

Stubs out an experimental "installer" that will help new users to
quickly configure `cheat`.
This commit is contained in:
Chris Lane
2020-03-04 19:31:13 -05:00
parent ecac5a0971
commit ebd9ec6287
6 changed files with 127 additions and 4 deletions

View File

@ -43,14 +43,14 @@ cheatpaths:
# Once downloaded, ensure that 'path' below points to the location at which
# you downloaded the community cheatsheets.
- name: community
path: ~/cheat/cheatsheets/community
path: ~/.config/cheat/cheatsheets/community
tags: [ community ]
readonly: true
# If you have personalized cheatsheets, list them last. They will take
# precedence over the more global cheatsheets.
- name: personal
path: ~/cheat/cheatsheets/personal
path: ~/.config/cheat/cheatsheets/personal
tags: [ personal ]
readonly: false