fisher
fisher copied to clipboard
A plugin manager for Fish
Would be nice if Fisher could give feedback if a command actually introduced a change. For example if a plugin actually has been updated or the plugin is already on...
Would love to be able to move my little plugin (https://github.com/small-tech/gills) to [Codeberg](https://codeberg.org) (as I’m migrating projects off of Github… for reasons.) This is where you’d implement it: https://github.com/jorgebucaran/fisher/blob/d431f45abcd89d6149a6b894a0a98ba02afa3703/functions/fisher.fish#L92-L97 Related:...
In my attempt to experiment and personalize some dotfiles that I forked, I came across an issue when the bootstrap script attempts to install/update the list of fisher plugins after...
Added --insecure flag to curl to fix error when certificates were not trusted
Trying to install on Ubuntu on Windows Subsystem for linux. I have fish set as my prompt, and when I execute: `curl -sL git.io/fisher | source && fisher install jorgebucaran/fisher...
Implements #733
Sometimes with bad network, `fisher update` fails, and that leads to disappeared fisher and other installed plugins. When the update fails, fisher complains like this (you can see the prompt...
I attempted to invoke Fisher in a `bootstrap.sh` for a [GitHub Codespaces personalized dotfile setup](https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#dotfiles). This didn't work and blocked the GitHub Codespaces setup. I have debugged it and realized...
## Context I have a specific use case where a set of fish plugins are made available internally. They are not public Github repositories. The `curl` command used by fisher...
This change is for users who commit fish_plugins and plugin sources but omit fish_variables. On a system where Fisher's universal variables are unset, most Fisher commands do not work out-of-the-box:...