mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 07:59:40 +00:00
ref(nix): drop fish legacy support
This commit is contained in:
parent
074e78751a
commit
1bec5057c7
21 changed files with 2 additions and 2 deletions
17
nix/home/common/fish/functions/install_fisher.fish
Normal file
17
nix/home/common/fish/functions/install_fisher.fish
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue