feat: fish migrate prompt to tide
This commit is contained in:
parent
4dc09b3d11
commit
f977a88e93
2 changed files with 12 additions and 0 deletions
4
home/private_dot_config/private_fish/fish_plugins
Normal file
4
home/private_dot_config/private_fish/fish_plugins
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
jorgebucaran/fisher
|
||||||
|
jorgebucaran/nvm.fish
|
||||||
|
edc/bass
|
||||||
|
ilancosman/tide
|
8
run_onchange_fisher.fish.tmpl
Normal file
8
run_onchange_fisher.fish.tmpl
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue