- Cheat sheet repository for cheat for myself
- After
git clone
, need to set Cheatpaths in conf.yml
$ mkdir -p ~/.config/cheat/cheatsheets && cheat --init > ~/.config/cheat/conf.yml
$ cd .config/cheat
$ git clone git@github.com:cheat/cheatsheets.git community
$ git clone git@github.com:umi-uyura/mycheatsheets.git personal
Edit .config/cheat/conf.yml
cheatpaths:
- name: personal
path: /home/<user>/.config/cheat/cheatsheets/personal/cheatsheets
In conf.yml
pager: PAGER_PATH
--> pager: less -FRX