Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 561 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 561 Bytes

tech-resources

Sharing ideas, useful technical resources, and thoughts.

Cheatsheets

This repository provides cheatsheets to help you remind command lines. To use it in macOS, you need to:

Install cheat:

brew install cheat

Add the cheatsheets into your cheatpaths (~/.config/cheat/conf.yml):

  cheatpaths:
+   - name: tech-resources
+     path: /path/to/keweishang/tech-resources/cheatsheets/
+     readonly: true

Use as with the command that you want to cheat, e.g. git:

cheat git