Skip to content

Commit

Permalink
feat: add ripgrep config
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Oct 8, 2024
1 parent 555d3f4 commit 12961cd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tried to configure all programs in the same color palette.
- [GUI software](#window-gui-software)
- [Appearance](#paintbrush-appearance)
- [Dotfiles installation](#rocket-dotfiles-installation)
- [Acknowledgements and some additional info](#heart-acknowledgements-and-some-additional-info)
- [Acknowledgements](#heart-acknowledgements)

## :stars: Main features

Expand Down Expand Up @@ -92,6 +92,7 @@ All the info about my setup.
| **File manager** | [yazi](https://github.com/sxyazi/yazi/) [:gear:](../.config/yazi/) |
| **Fuzzy file finder** | [fzf](https://github.com/junegunn/fzf/) |
| **Fuzzy word finder** | [ripgrep](https://github.com/BurntSushi/ripgrep/) |
| **Cheatsheet tool** | [navi](https://github.com/denisidoro/navi) |
| **Git TUI** | [lazygit](https://github.com/jesseduffield/lazygit/) |
| **Docker TUI** | [lazydocker](https://github.com/jesseduffield/lazydocker/) |
| **Trash CLI** | [glib2](https://archlinux.org/packages/core/x86_64/glib2) (gio trash) |
Expand Down Expand Up @@ -142,7 +143,7 @@ If you want to install my dotfiles, here are some tips and recommendations.
If you still have any questions, please feel free to ask them in the
[discussions](https://github.com/CelticBoozer/dotfiles/discussions/).

## :heart: Acknowledgements and some additional info
## :heart: Acknowledgements

I would like to thank the entire community, anyone who uses or is inspired by
my dotfiles. To everyone who inspired or helped me (I tried to indicate each
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
!.gitignore
!.gitmodules
!.gtkrc-2.0
!.ripgreprc
!.icons
!LICENSE
!README.md
Expand Down
7 changes: 7 additions & 0 deletions .ripgreprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Limit output to 1000 matches (to avoid flooding)
--max-count=1000

# Pretty colors for better readability
--colors=match:fg:green
--colors=path:fg:red
--colors=line:fg:magenta
3 changes: 0 additions & 3 deletions .system-config-backup/aurpkglist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gruvbox-material-icon-theme-git
hide-client
intellij-idea-community-edition-jre
lazydocker
libelectron
paru
paru-debug
pkgtools
Expand All @@ -30,8 +29,6 @@ swaylock-effects
swayosd-git
sworkstyle
sysz
twitch
twitch-curses
vesktop-bin
viber
waybar-crypto
Expand Down
1 change: 1 addition & 0 deletions .system-config-backup/pkglist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ mpv
msmtp-mta
mtpfs
nano
navi
neofetch
neovim
net-tools
Expand Down
1 change: 1 addition & 0 deletions .zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ export WEBKIT_DISABLE_COMPOSITING_MODE=1
export ARCHFLAGS="-arch x86_64"
export BROWSER="firefox-developer-edition"
export DIFFPROG="nvim -d"
export RIPGREP_CONFIG_PATH="${HOME}/.ripgreprc"

0 comments on commit 12961cd

Please sign in to comment.