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