Last active
May 2, 2018 14:22
-
-
Save enricobacis/22812232b05d0e3c4e92bc73f878e0fc to your computer and use it in GitHub Desktop.
install fisherman
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 fisherman ..."; | |
test -z "$XDG_CONFIG_HOME"; and set XDG_CONFIG_HOME ~/.config; | |
curl -sfLo $XDG_CONFIG_HOME/fish/functions/fisher.fish --create-dirs https://git.io/fisher; and fish -c "fisher"; and exec fish; | |
# leave the semicolons at the end of the lines, they are needed by eval |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment