From 0440369a28f30b526c398153f34b355acf9dd8c6 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 14 Feb 2025 01:20:38 +0700 Subject: [PATCH] chore: rm ripgrep config as it breaks nvim plugin --- README.md | 1 - data/data.toml | 4 ---- data/ripgrep/ripgreprc | 6 ------ data/zsh/bottom-zshrc | 5 ----- 4 files changed, 16 deletions(-) delete mode 100644 data/ripgrep/ripgreprc diff --git a/README.md b/README.md index 2fda9de..192e2aa 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ go build ./cmd/dot - [fd](https://github.com/sharkdp/fd) - [bat](https://github.com/sharkdp/bat) - [delta](https://github.com/dandavison/delta) -- [ripgrep](https://github.com/BurntSushi/ripgrep) - [zellij](https://github.com/zellij-org/zellij) - [starship](https://github.com/starship/starship) - [zed](https://github.com/zed-industries/zed) diff --git a/data/data.toml b/data/data.toml index 06a5096..c1b766d 100644 --- a/data/data.toml +++ b/data/data.toml @@ -94,10 +94,6 @@ external = "~/.config/delta/themes/catppuccin.gitconfig" internal = "data/delta/themes/catppuccin.gitconfig" url = "https://raw.githubusercontent.com/catppuccin/delta/main/catppuccin.gitconfig" -[[apps.ripgrep.paths]] -internal = "data/ripgrep" -external = "~/.config/ripgrep" - [[apps.zellij.paths]] internal = "data/zellij" external = "~/.config/zellij" diff --git a/data/ripgrep/ripgreprc b/data/ripgrep/ripgreprc deleted file mode 100644 index 0abca06..0000000 --- a/data/ripgrep/ripgreprc +++ /dev/null @@ -1,6 +0,0 @@ ---max-columns=120 ---max-columns-preview ---context=3 ---pretty ---smart-case ---engine=auto diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 20ad85f..857bceb 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -125,11 +125,6 @@ if command -v fzf &>/dev/null; then source <(fzf --zsh) fi -# https://github.com/BurntSushi/ripgrep -if command -v rg &>/dev/null; then - export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/ripgreprc" -fi - # https://github.com/eza-community/eza if command -v eza &>/dev/null; then alias ls="eza"