sudo sed -e '/plugins/ s/^#*/#/' -i .zshrc && sudo sed -e '/source/ s/^#*/#/' -i .zshrc && echo -e "plugins=(git suse command-not-found zsh-autosuggestions zsh-syntax-highlighting)\nsource $ZSH/oh-my-zsh.sh\nalias upd=\"flatpak update -y && sudo zypper ref && sudo zypper dup && tldr --update && fwupdmgr get-updates && fwupdmgr update && sudo journalctl --vacuum-time=7d\"\nalias errorlog=\"journalctl -p 3\"\nalias zerotier=\"sudo route add -host 255.255.255.255 dev ztks575eoa && route -n && sudo zerotier-cli status\"\nalias zero=\"sudo zerotier-cli\"" | sudo tee -a .zshrc && git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting && sudo zypper dup --allow-vendor-change