add(fish): config.fish

This commit is contained in:
Léana 江 2023-01-29 23:10:12 +01:00
parent 078a098689
commit 597e43bff1
3 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,6 @@
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
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
fisher install PatrickF1/fzf.fish # versatile fzf search https://github.com/PatrickF1/fzf.fish
fisher install patrickf1/colored_man_pages.fish # https://github.com/PatrickF1/colored_man_pages.fish
fisher install laughedelic/pisces # matching paired symbols https://github.com/laughedelic/pisces
end