Add fisher plugin manager

This commit is contained in:
alvinlollo
2026-07-17 19:49:07 +10:00
parent 0112c73e02
commit fc5eb7a943
+5 -2
View File
@@ -40,8 +40,6 @@ if ! command -v zsh >/dev/null && command -v git >/dev/null && command -v curl >
fi fi
fi fi
fish=$(which fish)
# Clone or pull end-4 dotfiles repository # Clone or pull end-4 dotfiles repository
if [ -d dots-hyprland ]; then if [ -d dots-hyprland ]; then
cd dots-hyprland && git pull && cd .. cd dots-hyprland && git pull && cd ..
@@ -103,3 +101,8 @@ if [ ! -f "$HOME/.config/hypr/hyprlock/colors.conf" ]; then
cp configs/hypr/hyprlock/colors.conf "$HOME/.config/hypr/hyprlock/colors.conf" cp configs/hypr/hyprlock/colors.conf "$HOME/.config/hypr/hyprlock/colors.conf"
fi fi
# Install Fisher plugin manager for fish shell
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
# Install plugins using Fisher
fisher install jorgebucaran/nvm.fish