{% assets "css_base" %} {% endassets %} {% assets "css_app" %} {% endassets %}
View on GitHubfish-bundles can be easily installed provided you have python installed (Most modern Operating Systems do).
You can choose to install it with pip, pipsi or setuptool's easy_install (not recommended):
$ pip install fish-bundles
or
$ pipsi install fish-bundles
or
$ easy_install fish-bundles
Using is pretty simple, once you figured the bundles you want to have in your system, just add the following to your config.fish file:
fish_bundles_init
fish_bundle "<fish-bundle-name>"
#example bundle
fish_bundle "fish-bundles/virtual-fish-bundle"
fish-bundles comes with a console application called fb.
Its commands include install, list and init.
For more details, run:
$ fb --help