Skip to content

Instantly share code, notes, and snippets.

@enricobacis
Last active May 2, 2018 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enricobacis/22812232b05d0e3c4e92bc73f878e0fc to your computer and use it in GitHub Desktop.
Save enricobacis/22812232b05d0e3c4e92bc73f878e0fc to your computer and use it in GitHub Desktop.
install fisherman
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