From 9432f18642ca249ac40733b9cb1f79926e886d0e Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 3 Dec 2021 18:59:58 +0100 Subject: [PATCH] chore(rg): add configuration for ripgrep --- .dotbot.conf.yaml | 1 + ripgrep | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 ripgrep diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 259fbe5..3e66188 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -18,6 +18,7 @@ ~/.gitignore: gitignore ~/.hammerspoon: hammerspoon ~/.pandoc: pandoc + ~/.ripgreprc: ripgrep ~/.wget: wget ~/.zshrc: zshrc diff --git a/ripgrep b/ripgrep new file mode 100644 index 0000000..c62a31b --- /dev/null +++ b/ripgrep @@ -0,0 +1,11 @@ +--max-columns-preview + +--type-add +web:*.{html,css,js,jsx,ts,tsx}* + +--type-add +text:*.{md,mdx,txt}* + +--glob=!git/* + +--smart-case