Install zsh, oh-my-zsh (theme: gnzh), and plugins: zsh-autosuggestions, autojump.
From any machine with curl:
curl -fsSL https://raw.githubusercontent.com/joedstech/shell-settings/main/install-zsh-omz.sh | shThen start zsh and optionally make it your default shell:
zsh
chsh -s $(which zsh)