8 lines
514 B
Fish
8 lines
514 B
Fish
#!/usr/bin/env fish
|
|
if test -e $HOME/.config/fish/functions/fisher.fish
|
|
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
|
|
end
|
|
# hash: {{ include "home/.config/fish/fish_plugins" | sha256sum }}
|
|
fisher update
|
|
|
|
tide configure --auto --style=Lean --prompt_colors='16 colors' --show_time='24-hour format' --lean_prompt_height='Two lines' --prompt_connection=Disconnected --prompt_spacing=Sparse --icons='Few icons' --transient=No
|