add(fisher): fisher / fisher plugin install-all script

This commit is contained in:
Léana 江 2023-01-29 22:48:07 +01:00
parent b1ab5e7d85
commit 078a098689
3 changed files with 11 additions and 4 deletions

View file

@ -0,0 +1,4 @@
function install_fisher --description 'Install fisher and its plugins'
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
fisher install PatrickF1/fzf.fish
end