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 \