use fd instead of find with fzf
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
parent
2d4b69b768
commit
6782f79032
4
.zshrc
4
.zshrc
@ -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
|
||||
|
7
Makefile
7
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user