Files
Fishing_Tackle/install_fisher.fish (depreciated)
Ade Thompson 973e728dce depreciated
Updated filename to reflect not in use.
2025-08-09 21:07:38 +01:00

9 lines
208 B
Fish

#!/usr/bin/env fish
if not functions -q fisher
echo "Installing Fisher..."
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
else
echo "Fisher already installed."
end