diff --git a/tools/install.fish b/tools/install.fish new file mode 100644 index 0000000..9824985 --- /dev/null +++ b/tools/install.fish @@ -0,0 +1,6 @@ +pushd + git clone https://github.com/fisherman/fisherman ~/.fisherman --depth=1 + cd ~/.fisherman + make +popd +exec fish < /dev/tty