From 6b4a106cf04951e5e46502d26dfb532fe23c68e7 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Thu, 27 Oct 2022 17:48:36 -0700 Subject: [PATCH] Update fisher instructions --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 65193a2..1866e36 100644 --- a/README.md +++ b/README.md @@ -24,23 +24,21 @@ To install: cd configuration sh stow -5. Install autojump - - sudo apt install python - git clone git@github.com:wting/autojump.git && cd autojump && python install.py - -6. Run fisher to autoload all the fish plugins +5. Install fisher and run to autoload all the fish plugins - fisher + curl -sL https://git.io/fisher | source && fisher install (cat ~/.config/fish/fish_plugins) -7. Install fzf +6. Install fzf through neovim git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install +7. Install autojump + sudo apt install python + git clone git@github.com:wting/autojump.git && cd autojump && python install.py 8. Install virtualfish