jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.55k stars 257 forks source link

Is there a way to manually install fisher offline? #684

Closed CrazyGriferman closed 2 years ago

CrazyGriferman commented 2 years ago

There are some problems with my "curl",so I want to install fisher offline, and how can I do that?

jorgebucaran commented 2 years ago

You can putfisher.fish in your functions directory, but bear in mind that Fisher requires curl to install and update plugins.

We could look into adding wget support. Would that fix your issue? What's wrong with your curl?

CrazyGriferman commented 2 years ago

When I type curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher in terminal and press enter, it says "-bash: source: filename argument required"

jorgebucaran commented 2 years ago

Are you running that from Fish or Bash?

CrazyGriferman commented 2 years ago

When I run in bash, it appears. But when I type it in fish, it is stuck (perhaps it is the Internet Problem)

jorgebucaran commented 2 years ago

You need to run that from Fish.

What is your Fish version?

CrazyGriferman commented 2 years ago

fish, version 3.3.1

CrazyGriferman commented 2 years ago

Now I just move fisher.fish into functions directory and I can normally install package, thx.