From 8f25c9f1c991deffa1b20933f94ae5f3ce38f06f Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Tue, 4 Jan 2022 00:12:39 +0000 Subject: [PATCH] Faster find and grep --- .profile | 1 + install | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.profile b/.profile index ea11823..1e562e3 100644 --- a/.profile +++ b/.profile @@ -42,6 +42,7 @@ export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" export ZDOTDIR="$XDG_CONFIG_HOME/zsh" # Application options +export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git' export MOZ_ENABLE_WAYLAND=1 export QT_QPA_PLATFORM="wayland" export QT_QPA_PLATFORMTHEME="gtk2" diff --git a/install b/install index 37e8e90..bdc557d 100755 --- a/install +++ b/install @@ -19,6 +19,7 @@ install() { bmon \ cgdb \ expect \ + fd \ ffmpeg \ firefox \ fzf \ @@ -50,6 +51,7 @@ install() { python-pip \ python-neovim \ qt5-wayland \ + ripgrep \ rsync \ slurp \ sway \