Initial Commit
Installs Fisher cleanly
This commit is contained in:
8
install_fisher.fish
Normal file
8
install_fisher.fish
Normal 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
|
||||||
Reference in New Issue
Block a user