Compare commits

..

2 Commits

Author SHA1 Message Date
IsaacShoebottom 74df7982e6 Manage cheat conf 2026-06-29 20:22:02 -03:00
IsaacShoebottom 14da4b631e Unmanage cheat conf 2026-06-29 20:21:17 -03:00
@@ -42,19 +42,19 @@ cheatpaths:
# Community cheatsheets (https://github.com/cheat/cheatsheets):
# To install: git clone https://github.com/cheat/cheatsheets C:\Users\Isaac\scoop\apps\cheat\current\cheatsheets\community
- name: community
path: ~\AppData\Roaming\cheat\cheatsheets\community
path: ~\scoop\persist\cheat\cheatsheets\community
tags: [ community ]
readonly: true
# Cheatsheets that are tagged "work" are stored here by default:
- name: work
path: ~\AppData\Roaming\cheat\cheatsheets\work
path: ~\scoop\persist\cheat\cheatsheets\work
tags: [ work ]
readonly: false
# Cheatsheets that are tagged "personal" are stored here by default:
- name: personal
path: ~\AppData\Roaming\cheat\cheatsheets\personal
path: ~\scoop\persist\cheat\cheatsheets\personal
tags: [ personal ]
readonly: false