aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-07-20 16:58:22 +0200
committersrdusr <trevorgray@srdusr.com>2023-07-20 16:58:22 +0200
commit9a9c480d4ed5c2f2764b7c9dbd77dab3f5d6cae7 (patch)
treecc47fe2b963ebd91b18af8305d6d2d5ac13c41e0 /README.md
parent750397f4d96283e73cc34a42909c6bfb0ba26733 (diff)
downloaddotfiles-9a9c480d4ed5c2f2764b7c9dbd77dab3f5d6cae7.tar.gz
dotfiles-9a9c480d4ed5c2f2764b7c9dbd77dab3f5d6cae7.zip
Info on fzf and zsh install
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files 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