feat(revamp): add zsh and neovim configs, add an install script and a dependencies list
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# fzf integration
|
||||
|
||||
if (( $+commands[fzf] )); then
|
||||
source /usr/share/fzf/key-bindings.zsh
|
||||
source /usr/share/fzf/completion.zsh
|
||||
fi
|
||||
Reference in New Issue
Block a user