ref(nix): drop fish legacy support

This commit is contained in:
Léana 江 2024-01-19 20:11:36 +01:00 committed by Léana 江
parent 074e78751a
commit 1bec5057c7
21 changed files with 2 additions and 2 deletions

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