diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-07-20 16:58:22 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-07-20 16:58:22 +0200 |
| commit | 9a9c480d4ed5c2f2764b7c9dbd77dab3f5d6cae7 (patch) | |
| tree | cc47fe2b963ebd91b18af8305d6d2d5ac13c41e0 /README.md | |
| parent | 750397f4d96283e73cc34a42909c6bfb0ba26733 (diff) | |
| download | dotfiles-9a9c480d4ed5c2f2764b7c9dbd77dab3f5d6cae7.tar.gz dotfiles-9a9c480d4ed5c2f2764b7c9dbd77dab3f5d6cae7.zip | |
Info on fzf and zsh install
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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 |
