From 9a9c480d4ed5c2f2764b7c9dbd77dab3f5d6cae7 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 20 Jul 2023 16:58:22 +0200 Subject: Info on fzf and zsh install --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ca76a2..788310d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ - - - ### Dependencies +- curl - git - clang - gcc @@ -15,17 +16,27 @@ - tree-sitter - vim - nvim +- libfuse2 +- wmctrl +- xdo +- xdotool - wezterm +git clone https://github.com/zsh-users/zsh-autosuggestions +sudo mv zsh-autosuggestions /usr/share/zsh/plugins/ -git clone https://github.com/zsh-users/zsh-syntax-highlighting.git +git clone https://github.com/zsh-users/zsh-syntax-highlighting sudo mv zsh-syntax-highlighting /usr/share/zsh/plugins/ -git clone https://github.com/urbainvaes/fzf-marks.git +git clone https://github.com/urbainvaes/fzf-marks sudo mv fzf-marks /usr/share/fzf/ git clone https://github.com/MichaelAquilina/zsh-you-should-use.git sudo mv zsh-you-should-use /usr/share/zsh/plugins/ + +git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf +~/.fzf/install +sudo mv ~/.fzf/shell/key-bindings.zsh ~/.fzf/shell/completion.zsh /usr/share/fzf/ - - - ### Development Environment -- cgit v1.2.3