fish: renamed script

This commit is contained in:
Léana 江 2023-11-26 11:16:44 +01:00 committed by Léana 江
parent cec9b3dacf
commit f38803a12a

View file

@ -0,0 +1,17 @@
function install_fisher --description 'Install fisher and its plugins'
# fisher
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
# versatile fzf search https://github.com/PatrickF1/fzf.fish
fisher install PatrickF1/fzf.fish
# https://github.com/PatrickF1/colored_man_pages.fish
fisher install patrickf1/colored_man_pages.fish
# # matching paired symbols https://github.com/laughedelic/pisces
# fisher install laughedelic/pisces
# only keep command that succeeded in history
fisher install meaningful-ooo/sponge
end