mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
fish: renamed script
This commit is contained in:
parent
cec9b3dacf
commit
f38803a12a
1 changed files with 1 additions and 1 deletions
17
.config/fish/functions/install_fisher.fish
Normal file
17
.config/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