Mac Setup
Tools
ripgrep
brew install ripgrep
rg 'comment' -t md -C5
- searches for text
comment
in.md
files, including ±5 lines of context
- searches for text
rg 'todo' -t md -l
-l
only returns files, instead of including the text match
Optimizations
- Disable
mds
andmdworker
- Disable siri
Using a Microsoft Keyboard
Set up Karabiner. Can set it up to only modify the keys on a specific device.
Last update:
October 31, 2022