diff --git a/home/private_dot_config/private_fish/fish_plugins b/home/private_dot_config/private_fish/fish_plugins new file mode 100644 index 0000000..e7e8c63 --- /dev/null +++ b/home/private_dot_config/private_fish/fish_plugins @@ -0,0 +1,4 @@ +jorgebucaran/fisher +jorgebucaran/nvm.fish +edc/bass +ilancosman/tide diff --git a/run_onchange_fisher.fish.tmpl b/run_onchange_fisher.fish.tmpl new file mode 100644 index 0000000..fa052c9 --- /dev/null +++ b/run_onchange_fisher.fish.tmpl @@ -0,0 +1,8 @@ +#!/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