Convert ripgrep from stow to chezmoi

main
Buddy Sandidge 2 years ago
parent 298195100a
commit be9544482c

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

@ -1,2 +1,4 @@
{{ if lookPath "rg" -}}
#shellcheck disable=SC2034 #shellcheck disable=SC2034
RIPGREP_CONFIG_PATH="${XDG_CONFIG_HOME}/ripgrep/config" 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