mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(fisher): fisher / fisher plugin install-all script
This commit is contained in:
parent
b1ab5e7d85
commit
078a098689
3 changed files with 11 additions and 4 deletions
4
.config/fish/functions/install_fisher.fish
Normal file
4
.config/fish/functions/install_fisher.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
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
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue