Make it super easy to install fish plugins in their own private directories. It basically autoloads all the fish plugins from a directory called bundle
under you fish configuration folder.
You can either clone the repo to the folder mentioned below or download the repo to there
$ cd ~/.config/fish/bundle
$ git clone git://github.com/pksunkara/fishnet.git
Add the following to your config.fish
source $HOME/.config/fish/bundle/fishnet/init.fish
Now any plugins you wish to install can be extracted to a subdirectory under ~/.config/fish/bundle
, and they will be automatically autoloaded. Observe:
$ cd ~/.config/fish/bundle && git clone git://github.com/fisherman/get
Now get is installed. If you really want to get crazy, you could set it up as a submodule in whatever repository you keep your dot files in. I am crazy and am doing that which is why I wrote this in the first place with inspiration from pathogen. You can even set this repo as a submodule.
If you like this project, please watch this and follow me.
Here is a list of Contributors
I accept pull requests and guarantee a reply back within a day
MIT/X11
Report here. Guaranteed reply within a day.
Pavan Kumar Sunkara (pavan.sss1991@gmail.com)