Add void support, plus some other updates
This commit is contained in:
parent
2b9c0a8d6c
commit
6199ce3d88
13 changed files with 62 additions and 12 deletions
|
@ -22,9 +22,13 @@ elif command_exists "emerge"; then
|
|||
exit
|
||||
elif command_exists "apk"; then
|
||||
sudo apk add fish
|
||||
elif command_exists "xbps-install"; then
|
||||
sudo xbps-install fish-shell -y
|
||||
else
|
||||
echo "Unsupported: unknown package manager and distro"
|
||||
exit
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue