Skip to content

Commit

Permalink
Fixed fisher install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
primeapple committed Jan 14, 2025
1 parent 38bb76f commit 0593d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/yadm/bootstrap.d/fish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fish -c "set -U fish_features qmark-noglob"
fish -c "echo y | fish_config theme save kanagawa"

# manage fisher plugins, this should normally work through the fish_plugins file, but sadly does not work yet
fish -c "curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher"
fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher"
fish -c "fisher install jethrokuan/z"
fish -c "fisher install jorgebucaran/autopair.fish"
fish -c "fisher install jorgebucaran/nvm.fish"
Expand Down

0 comments on commit 0593d9e

Please sign in to comment.