sudo apt -y install curl git zsh && \\
sh -c "$(curl -fsSL <https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh>)"
git clone <https://github.com/zsh-users/zsh-autosuggestions> ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions && \\
git clone <https://github.com/zsh-users/zsh-completions> ~/.oh-my-zsh/custom/plugins/zsh-completions && \\
git clone <https://github.com/zsh-users/zsh-syntax-highlighting> ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting && \\
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b ~/.local/bin init --apply arinc9
Oh My Zsh - a delightful & open source framework for Zsh
chezmoi