Skip to content

Instantly share code, notes, and snippets.

@enricobacis
Last active April 6, 2016 07:19
Show Gist options
  • Save enricobacis/f9fb9be2451844d35e1def2a09efddfc to your computer and use it in GitHub Desktop.
Save enricobacis/f9fb9be2451844d35e1def2a09efddfc to your computer and use it in GitHub Desktop.
install-fundle.fish
echo "[Downloading fundle ...]"
mkdir -p ~/.config/fish/functions
curl --fail --progress-bar --location https://git.io/fundle > ~/.config/fish/functions/fundle.fish \
&& fish -c "fundle install" \
&& exec fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment