Last active
April 6, 2016 07:19
-
-
Save enricobacis/f9fb9be2451844d35e1def2a09efddfc to your computer and use it in GitHub Desktop.
install-fundle.fish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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