Use fzf for completion
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
parent
d3c74b214d
commit
1a37b84d50
13
.zshrc
Normal file
13
.zshrc
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
#
|
||||
# User configuration sourced by interactive shells
|
||||
#
|
||||
|
||||
# Change default zim location
|
||||
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
||||
|
||||
# Start zim
|
||||
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
||||
source /usr/share/fzf/completion.zsh
|
||||
source /usr/share/fzf/key-bindings.zsh
|
5
Makefile
5
Makefile
@ -1,3 +1,6 @@
|
||||
fzf:
|
||||
pacman -S fzf
|
||||
|
||||
tmux:
|
||||
git submodule init
|
||||
git submodule update
|
||||
@ -38,7 +41,9 @@ zsh:
|
||||
cd ~/.dotfiles
|
||||
zsh zimsetup.zsh
|
||||
rm ~/.zimrc || echo
|
||||
rm ~/.zshrc || echo
|
||||
ln -s ~/.dotfiles/.zimrc ~/.zimrc
|
||||
ln -s ~/.dotfiles/.zshrc ~/.zshrc
|
||||
|
||||
compton:
|
||||
ln -s ~/.dotfiles/.compton.conf ~/.compton.conf
|
||||
|
Loading…
Reference in New Issue
Block a user