fix various things, format scripts

This commit is contained in:
askiiart 2024-04-20 20:35:22 -05:00
parent f5f010edd6
commit 2650eff42d
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
11 changed files with 19 additions and 16 deletions

View file

@ -13,7 +13,7 @@ if command_exists "apt-get"; then
elif command_exists "yum"; then
sudo yum install fish -y
elif command_exists "pacman"; then
yay -S fish
pacman -S fish
elif command_exists "zypp"; then
# Untested
sudo zypper install fish -y
@ -30,5 +30,3 @@ else
fi
chsh -s $(readlink -f $(which fish))
fish -c "tide configure --auto --style=Classic --prompt_colors='True color' --classic_prompt_color=Dark --show_time='24-hour format' --classic_prompt_separators=Vertical --powerline_prompt_heads=Sharp --powerline_prompt_tails=Flat --powerline_prompt_style='One line' --prompt_spacing=Compact --icons='Many icons' --transient=No"