addet fisher
This commit is contained in:
parent
222570be26
commit
e83d3cf360
2 changed files with 8 additions and 0 deletions
|
@ -88,6 +88,8 @@ end
|
||||||
|
|
||||||
check_fisher
|
check_fisher
|
||||||
|
|
||||||
|
plugins_fisher
|
||||||
|
|
||||||
# ──────────────────────────< END | distro/packagemanger detection >──────────────────────────
|
# ──────────────────────────< END | distro/packagemanger detection >──────────────────────────
|
||||||
|
|
||||||
# ─< colorized ls >─────────────────────────────────────────────────────────────────────────
|
# ─< colorized ls >─────────────────────────────────────────────────────────────────────────
|
||||||
|
|
|
@ -10,3 +10,9 @@ 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
|
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function plugins_fisher
|
||||||
|
if command -v fisher >/dev/null 2>&1
|
||||||
|
fisher install PatrickF1/fzf.fish
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue