Faster find and grep
This commit is contained in:
parent
df21801926
commit
8f25c9f1c9
1
.profile
1
.profile
@ -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"
|
||||||
|
2
install
2
install
@ -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 \
|
||||||
|
Reference in New Issue
Block a user