Skip to content

Commit 900cd1c

Browse files
committed
Try fixing pipeline
1 parent 0593d9e commit 900cd1c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.config/yadm/bootstrap.d/fish.sh

+10-8
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ fish -c "set -U fish_features qmark-noglob"
1313
fish -c "echo y | fish_config theme save kanagawa"
1414

1515
# manage fisher plugins, this should normally work through the fish_plugins file, but sadly does not work yet
16+
echo pwd
17+
fish -c "pwd"
1618
fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher"
17-
fish -c "fisher install jethrokuan/z"
18-
fish -c "fisher install jorgebucaran/autopair.fish"
19-
fish -c "fisher install jorgebucaran/nvm.fish"
20-
fish -c "fisher install jorgebucaran/replay.fish"
21-
fish -c "fisher install nickeb96/puffer-fish"
22-
fish -c "fisher install lilyball/nix-env.fish"
23-
fish -c "fisher install IlanCosman/tide@v6"
24-
fish -c "tide configure --auto --style=Lean --prompt_colors='True color' --show_time='24-hour format' --lean_prompt_height='Two lines' --prompt_connection=Dotted --prompt_connection_andor_frame_color=Dark --prompt_spacing=Sparse --icons='Few icons' --transient=No"
19+
# fish -c "fisher install jethrokuan/z"
20+
# fish -c "fisher install jorgebucaran/autopair.fish"
21+
# fish -c "fisher install jorgebucaran/nvm.fish"
22+
# fish -c "fisher install jorgebucaran/replay.fish"
23+
# fish -c "fisher install nickeb96/puffer-fish"
24+
# fish -c "fisher install lilyball/nix-env.fish"
25+
# fish -c "fisher install IlanCosman/tide@v6"
26+
# fish -c "tide configure --auto --style=Lean --prompt_colors='True color' --show_time='24-hour format' --lean_prompt_height='Two lines' --prompt_connection=Dotted --prompt_connection_andor_frame_color=Dark --prompt_spacing=Sparse --icons='Few icons' --transient=No"

0 commit comments

Comments
 (0)