use fd instead of find with fzf

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
Tobias Manske 2019-02-11 21:29:16 +01:00
parent 2d4b69b768
commit 6782f79032
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F
2 changed files with 4 additions and 7 deletions

4
.zshrc
View File

@ -1,5 +1,3 @@
#
# User configuration sourced by interactive shells
#
@ -9,5 +7,7 @@ export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
# Start zim
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
export FZF_DEFAULT_COMMAND='fd --type f'
source /usr/share/fzf/completion.zsh
source /usr/share/fzf/key-bindings.zsh

View File

@ -1,6 +1,3 @@
fzf:
sudo pacman -S fzf
tmux:
git submodule init
git submodule update
@ -34,7 +31,7 @@ xcompose:
albert:
ln -s ~/.dotfiles/albert ~/.config/albert
zsh:
zsh: dep
cd ~/.dotfiles/zsh/ && git submodule init && git submodule update --recursive
rm ~/.zim || echo
ln -s ~/.dotfiles/zsh ~/.zim
@ -70,6 +67,6 @@ dep:
cd /tmp/makedir/powerline-font && makepkg -Acsi
git clone https://aur.archlinux.org/bumblebee-status-git.git /tmp/makedir/bumblebee
cd /tmp/makedir/bumblebee && makepkg -Acsi
sudo pacman -S awesome-terminal-fonts perl-anyevent-i3 perl-json-xs w3m
sudo pacman -S awesome-terminal-fonts perl-anyevent-i3 perl-json-xs w3m fzf fd
all: clean tmux vim git zsh i3 mutt xresources compton albert