addet fisher support

This commit is contained in:
PieckA 2024-05-24 21:46:41 +02:00
parent 7b20e9126e
commit 222570be26
2 changed files with 15 additions and 0 deletions

12
functions/c_fisher.fish Normal file
View file

@ -0,0 +1,12 @@
# ╭───────────────────────────────────╮
# │ This file holds the content to │
# │ install and configure the plugins │
# │ used by fisher, and of course the │
# │ fisher itself │
# ╰───────────────────────────────────╯
function check_fisher
if [[ ! -e $HOME/.config/fish/functions/fisher.fish ]]
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
end
end