mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Newer way of installing fisher package manager
This commit is contained in:
@@ -7,7 +7,7 @@ if not functions -q fisher
|
|||||||
echo "Installing fisher for the first time..." >&2
|
echo "Installing fisher for the first time..." >&2
|
||||||
set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config
|
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
|
curl https://git.io/fisher --create-dirs -sLo $XDG_CONFIG_HOME/fish/functions/fisher.fish
|
||||||
fisher
|
fish -c fisher
|
||||||
end
|
end
|
||||||
|
|
||||||
# Virtualenv support with virtualfish
|
# Virtualenv support with virtualfish
|
||||||
|
|||||||
Reference in New Issue
Block a user