depreciated

Updated filename to reflect not in use.
This commit is contained in:
2025-08-09 21:07:38 +01:00
parent b6917cdfab
commit 973e728dce

View File

@@ -0,0 +1,8 @@
#!/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