apt install sudo
sudo apt install -y curl git zsh git
export REMOTE=${HAJIMI:-}https://github.com/ohmyzsh/ohmyzsh
sh -c "$(curl -fsSL ${HAJIMI:-}https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone ${HAJIMI:-}https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone ${HAJIMI:-}https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
sed -i 's/plugins=(git)/plugins=(git sudo zsh-syntax-highlighting zsh-autosuggestions)/' .zshrc
