mirror of
https://github.com/cheat/cheat.git
synced 2025-09-06 12:03:00 +02:00
wip(installer): stub experimental "installer"
Stubs out an experimental "installer" that will help new users to quickly configure `cheat`.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user