Getting started - aabs/fishdots GitHub Wiki

Quick Start

On your command line, you just need to run this:

curl -skLq bit.ly/fishdots_install | fish

To bulk install your preferred plugins. You use the installfrom command:

plugin installfrom ~/fishdots_plugins.txt

you need to create a list of the plugins that you want installed, before invoking installfrom. These can come from any git repo (but it must be a URL that Git understands).

Here's my spec:

https://github.com/aabs/fishdots_checklist.git
https://github.com/aabs/fishdots_clipboard.git
https://github.com/aabs/fishdots_crm.git
https://github.com/aabs/fishdots_devdirs.git
https://github.com/aabs/fishdots_git.git
https://github.com/aabs/fd_idea.git
https://github.com/aabs/fishdots_k8s.git
https://github.com/aabs/fishdots_kafka.git
https://github.com/aabs/fishdots_kops.git
https://github.com/aabs/fishdots_lob.git
https://github.com/aabs/fishdots_nixos.git
https://github.com/aabs/fishdots_notes.git
https://github.com/aabs/fishdots_problem.git
https://github.com/aabs/fishdots_projects.git
https://github.com/aabs/fishdots_sparql.git
https://github.com/aabs/fishdots_tech.git
https://github.com/aabs/fishdots_timekeeping.git
https://github.com/aabs/fishdots_tmux.git
https://github.com/aabs/fishdots_todo.git
https://github.com/aabs/fishdots_transcript.git

You can, of course, install these individually as you need them. Just use the install command like this:

plugin install https://github.com/aabs/fishdots_checklist.git

Now, when you start fish, the fishdots framework will run in the background defining various commands and abbreviations.