dotfiles/bin/linux/fisher_plugins.fish

21 lines
414 B
Fish
Raw Normal View History

2022-10-21 17:13:19 +09:00
#!/bin/fish
#==========================================================
# fisher plugin install
#==========================================================
# check fisher existence
if ! type fisher &>/dev/null
echo "fisher does not exist."
echo "Please install fisher."
return 1
end
fisher update
# installing packages
fisher install edc/bass
#fisher install jethrokuan/z
fisher install patrickf1/fzf.fish