eval "$(wget -qO- https://raw.githubusercontent.com/moritasoshi/dotfiles/refs/heads/main/boot.sh)"
Change your login shell to fish.
If you are in the bash/zsh
session, then
chsh -s $(which fish)
If you are in the fish
session, then
chsh -s (command -s fish)