Update fisher instructions

This commit is contained in:
Shawn Anderson 2022-10-27 17:48:36 -07:00 committed by GitHub
parent 38d1fe6a2d
commit 6b4a106cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

@ -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