1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Newer way of installing fisher package manager

This commit is contained in:
2020-01-15 21:31:38 +01:00
parent b8a69a86ec
commit 0fcc3f8e45

View File

@@ -7,7 +7,7 @@ if not functions -q fisher
echo "Installing fisher for the first time..." >&2
set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config
curl https://git.io/fisher --create-dirs -sLo $XDG_CONFIG_HOME/fish/functions/fisher.fish
fisher
fish -c fisher
end
# Virtualenv support with virtualfish