Skip to content

Mac Setup

Tools

ripgrep

brew install ripgrep

  • rg 'comment' -t md -C5
    • searches for text comment in .md files, including ±5 lines of context
  • rg 'todo' -t md -l
    • -l only returns files, instead of including the text match

Optimizations

Using a Microsoft Keyboard

Set up Karabiner. Can set it up to only modify the keys on a specific device.

Screenshot


Last update: October 31, 2022