Faster find and grep

This commit is contained in:
Jordan Holt 2022-01-04 00:12:39 +00:00
parent df21801926
commit 8f25c9f1c9
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@ export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh" export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
# Application options # Application options
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM="wayland" export QT_QPA_PLATFORM="wayland"
export QT_QPA_PLATFORMTHEME="gtk2" export QT_QPA_PLATFORMTHEME="gtk2"

View File

@ -19,6 +19,7 @@ install() {
bmon \ bmon \
cgdb \ cgdb \
expect \ expect \
fd \
ffmpeg \ ffmpeg \
firefox \ firefox \
fzf \ fzf \
@ -50,6 +51,7 @@ install() {
python-pip \ python-pip \
python-neovim \ python-neovim \
qt5-wayland \ qt5-wayland \
ripgrep \
rsync \ rsync \
slurp \ slurp \
sway \ sway \