From 6006162771cd2010bfd8eb1cacdfe8800053dea2 Mon Sep 17 00:00:00 2001 From: cbreton Date: Thu, 9 Jan 2020 11:02:50 +0100 Subject: Add community and reverse work and personnal cheat order --- dotfiles/config/cheat/conf.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'dotfiles') 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 -- cgit v1.2.1