Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change plugin to source the latest version of fisher from the upstream repository jorgebucaran/fisher #5

Open
frederickjh opened this issue Jan 26, 2021 · 1 comment
Assignees

Comments

@frederickjh
Copy link
Collaborator

The current version of this plugin is using static files in its repository to install fisher. It would be better to download these files directly from the upstream repository jorgebucaran/fisher to get the latest version. Version 4.0 is a complete rewrite.

@frederickjh frederickjh self-assigned this Jan 26, 2021
@frederickjh
Copy link
Collaborator Author

Upstream is giving the following instructions to install:

curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher

Basically fisher is installing itself using a temporary copy of itself downloaded to stdin. Need to see if this will also work with $XDG_CONFIG_HOME being set to $HOME/.xxh/.config.

@frederickjh frederickjh changed the title Change plugin to souce the latest version of fisher from the upstream repository jorgebucaran/fisher Change plugin to source the latest version of fisher from the upstream repository jorgebucaran/fisher Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant