dotfiles with stow

This commit is contained in:
Michael Chalupiak
2024-09-05 19:14:30 -04:00
parent 2c44971f2f
commit 00f346b438
99 changed files with 28618 additions and 0 deletions

8
config/.scripts/rgrs.sh Executable file
View File

@@ -0,0 +1,8 @@
(RELOAD="reload:rg -uu --color=always --pcre2 --line-number --no-heading --smart-case {q} $1|| :"
fzf-tmux --cycle -p 80%,90% < /dev/null \
--disabled --ansi \
--bind "start:$RELOAD" --bind "change:$RELOAD" \
--bind "enter:become(echo \"$2\" '{1}')" \
--delimiter : \
--preview-window 'right,55%,+{1}+3/3,~3' \
--preview "bat --theme='base16-256' --color=always $1 --highlight-line {1}")