aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorcbreton <c.breton@fullsave.com>2020-01-09 11:02:50 +0100
committercbreton <c.breton@fullsave.com>2020-01-09 11:02:50 +0100
commit6006162771cd2010bfd8eb1cacdfe8800053dea2 (patch)
tree1f5031c9a19dbbb1c4e5801da72c49a454611f9f /dotfiles
parent58384dce1da1f8f77b3a3ae4d1546a2773b63fe2 (diff)
downloaddotfiles-6006162771cd2010bfd8eb1cacdfe8800053dea2.tar.xz
dotfiles-6006162771cd2010bfd8eb1cacdfe8800053dea2.zip
Add community and reverse work and personnal cheat order
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/config/cheat/conf.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/dotfiles/config/cheat/conf.yml b/dotfiles/config/cheat/conf.yml
index f249549..184ed4e 100644
--- a/dotfiles/config/cheat/conf.yml
+++ b/dotfiles/config/cheat/conf.yml
@@ -28,12 +28,17 @@ formatter: terminal16m
# 'community' rather than your own, you can use: cheat tar -t community
cheatpaths:
- - name: work
- path: ~/.bcheat
- tags: [ work ]
- readonly: false
+ - name: community
+ path: /usr/share/cheat/cheatsheets/community
+ tags: [ community ]
+ readonly: true
- name: personal
path: ~/.cheat
tags: [ personal ]
readonly: false
+
+ - name: work
+ path: ~/.bcheat
+ tags: [ work ]
+ readonly: false