Convert ripgrep from stow to chezmoi

main
Buddy Sandidge 2 years ago
parent 298195100a
commit be9544482c

@ -1,7 +1,6 @@
/hellotech/
/install-scripts/
/old-scripts/
/ripgrep/
/ruby/
/rust/
/starship/

@ -1,2 +1,4 @@
{{ if lookPath "rg" -}}
#shellcheck disable=SC2034
RIPGREP_CONFIG_PATH="${XDG_CONFIG_HOME}/ripgrep/config"
{{- end }}

@ -0,0 +1,3 @@
{{ if lookPath "rg" -}}
--colors=line:fg:black
{{- end }}

@ -1 +0,0 @@
--colors=line:fg:black
Loading…
Cancel
Save