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): # 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 # To install: git clone https://github.com/cheat/cheatsheets C:\Users\Isaac\scoop\apps\cheat\current\cheatsheets\community
- name: community - name: community
path: ~\AppData\Roaming\cheat\cheatsheets\community path: ~\scoop\persist\cheat\cheatsheets\community
tags: [ community ] tags: [ community ]
readonly: true readonly: true
# Cheatsheets that are tagged "work" are stored here by default: # Cheatsheets that are tagged "work" are stored here by default:
- name: work - name: work
path: ~\AppData\Roaming\cheat\cheatsheets\work path: ~\scoop\persist\cheat\cheatsheets\work
tags: [ work ] tags: [ work ]
readonly: false readonly: false
# Cheatsheets that are tagged "personal" are stored here by default: # Cheatsheets that are tagged "personal" are stored here by default:
- name: personal - name: personal
path: ~\AppData\Roaming\cheat\cheatsheets\personal path: ~\scoop\persist\cheat\cheatsheets\personal
tags: [ personal ] tags: [ personal ]
readonly: false readonly: false