Initial Commit

Installs Fisher cleanly
This commit is contained in:
2025-08-08 19:51:24 +01:00
parent a5de5caf6f
commit 872124b489

8
install_fisher.fish Normal file
View File

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